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_appDesc__",
"default_locale": "en",
"version": "1.0.0",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": "icon.png",
"default_title": "__MSG_appName__"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"tabs",
"activeTab",
"sidePanel",
"storage",
"tabCapture",
"offscreen"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"sidepanel.html",
"offscreen.html",
"public\/*"
],
"use_dynamic_url": false
}
]
}