Search code examples
google-chrome-appchrome-web-store

get the manifest.json file of a chrome web app


I made a chrome web store application and i lost the manifest.json file of the last version. Is there any way to get this file from the Developer Dashboard?


Solution

    1. From the Developer Dashboard, click More Info for the app.
    2. In the popup there is a link labeled Download: main.crx
    3. Click the link to download your app's crx file.
    4. Open the crx file in any zip file manager. It will include the manifest.json for the app.