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.6",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
}
}
},
"action": {
"default_popup": "src\/extension\/popup\/popup.html",
"default_icon": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"downloads",
"webRequest",
"declarativeNetRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"background": {
"service_worker": "src\/extension\/background\/index.js"
},
"icons": {
"128": "icons\/icon128.png"
}
}