Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"background": {
"service_worker": "js\/sw.js"
},
"action": {
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"tabs",
"cookies",
"storage",
"unlimitedStorage",
"notifications"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"options_ui": {
"page": "html\/options.html",
"open_in_tab": false
},
"short_name": "__MSG_appShortName__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.8.6"
}