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__",
"version": "6",
"default_locale": "en",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"action": {
"default_title": "__MSG_appName__",
"default_icon": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
}
},
"side_panel": {
"default_path": "sidepanel\/main.html"
},
"permissions": [
"activeTab",
"storage",
"clipboardRead",
"sidePanel"
],
"background": {
"service_worker": "worker.js"
}
}