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__",
"minimum_chrome_version": "116",
"version": "1.4.4",
"default_locale": "en",
"action": {
"default_icon": "images\/icon.png",
"default_title": "Click to open panel"
},
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"96": "images\/96x96.png",
"128": "images\/128x128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"sidePanel",
"contextMenus"
],
"side_panel": {
"default_path": "index.html"
}
}