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_name__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "1.0.1",
"action": {
"default_icon": "icons\/icon-128_x_128.png"
},
"background": {
"service_worker": "src\/js\/background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon-16_x_16.png",
"32": "icons\/icon-32_x_32.png",
"64": "icons\/icon-64_x_64.png",
"128": "icons\/icon-128_x_128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"chromeos": "Alt+P",
"linux": "Alt+P",
"mac": "Alt+P",
"windows": "Alt+P"
}
}
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"scripting"
]
}