Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "1.0.0",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "icon\/icon_16.png",
"32": "icon\/icon_32.png",
"48": "icon\/icon_48.png",
"128": "icon\/icon_128.png"
},
"action": {
"default_icon": {
"16": "icon\/icon_16.png",
"32": "icon\/icon_32.png",
"48": "icon\/icon_48.png",
"128": "icon\/icon_128.png"
}
},
"side_panel": {
"default_path": "src\/pages\/panel\/index.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"sidePanel"
]
}