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_description__",
"version": "2.3",
"icons": {
"32": "\/assets\/images\/off\/icon32.png",
"128": "\/assets\/images\/off\/icon128.png"
},
"default_locale": "en",
"action": {
"default_title": "__MSG_name__",
"default_popup": "\/popup.html",
"default_icon": {
"16": "\/assets\/images\/off\/icon16.png",
"24": "\/assets\/images\/off\/icon24.png",
"32": "\/assets\/images\/off\/icon32.png"
}
},
"background": {
"service_worker": "js\/sw.js"
},
"permissions": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"storage",
"tabs",
"alarms",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/*\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/ads.js"
],
"run_at": "document_idle"
}
]
}