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",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"content_scripts.js"
]
}
],
"action": {
"default_icon": "logo16.png",
"default_title": "__MSG_default_title__",
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "88",
"name": "__MSG_extName__",
"permissions": [
"contextMenus",
"tabs",
"nativeMessaging",
"cookies"
],
"version": "12.1.0.0"
}