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",
"name": "__MSG_appTitle__",
"version": "1.0.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"downloads",
"scripting",
"notifications",
"gcm"
],
"action": {
"default_title": "Chrome Extension",
"default_icon": {
"16": "Icons\/icon16.png",
"32": "Icons\/icon32.png",
"64": "Icons\/icon64.png",
"128": "Icons\/icon128.png",
"2000": "Icons\/icon2000.png"
}
},
"icons": {
"16": "Icons\/icon16.png",
"32": "Icons\/icon32.png",
"64": "Icons\/icon64.png",
"128": "Icons\/icon128.png",
"2000": "Icons\/icon2000.png"
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background\/background.js"
},
"options_page": "fullpageoption.html",
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"contentScript\/content.css"
],
"js": [
"libs\/jquery.min.js",
"contentScript\/content.js"
]
}
],
"manifest_version": 3
}