Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.6.3",
"permissions": [
"sidePanel",
"offscreen",
"storage",
"tabs",
"activeTab",
"tabCapture",
"identity"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "src\/pages\/sidepanel\/sidepanel.html"
},
"options_page": "src\/pages\/options\/options.html",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"64": "icons\/64x64.png",
"128": "icons\/96x96.png"
},
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"64": "icons\/64x64.png",
"128": "icons\/96x96.png"
}
}
}