Reputation: 2281
I'm trying to publish my web app to the Chrome App store. I'm confused by Step 2: Create a manifest file . Is this manifest file also a Web App manifest?
If they are different, does it mean that i need to have two manifest.json files, if I intend to also make it a progressive web app while also listing on Chrome App store? How should I go about doing this? Thanks.
Upvotes: 0
Views: 270
Reputation: 2785
No, it is a different format, though they do share some common keys. (such as name, short_name)
Upvotes: 2