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",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.3.1",
"minimum_chrome_version": "116",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"side_panel": {
"default_path": "src\/pages\/panel\/index.html"
},
"icons": {
"16": "16.png",
"48": "48.png",
"64": "64.png",
"96": "96.png",
"128": "128.png"
},
"permissions": [
"sidePanel",
"storage"
]
}