Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_AppName__",
"description": "__MSG_AppDesc__",
"version": "2.0.1",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"contentSettings",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_icon": {
"20": "images\/20.png",
"40": "images\/40.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"homepage_url": "https:\/\/w3technic.com\/how-to-disable-javascript-on-google-chrome",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
}