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_shortDesc__",
"version": "1.2.0",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "icons\/icon128.png"
},
"permissions": [
"contextMenus",
"downloads"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"type": "module"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/icon16.png",
"icons\/icon32.png",
"icons\/icon48.png",
"icons\/icon64.png",
"icons\/icon96-128.png",
"icons\/icon128.png",
"icons\/icon256.png",
"js\/index.js",
"js\/worker.js",
"css\/main.css"
],
"matches": [
"<all_urls>"
]
}
]
}