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": "3.1.3",
"default_locale": "es",
"action": {
"default_icon": {
"16": ".\/img\/icon_16.png",
"48": ".\/img\/icon_48.png",
"128": ".\/img\/icon_128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": ".\/img\/icon_16.png",
"48": ".\/img\/icon_48.png",
"128": ".\/img\/icon_128.png"
},
"service_worker": {
"script": "background.js"
},
"permissions": [
"contextMenus"
]
}