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__",
"default_locale": "en",
"version": "1.0.1",
"icons": {
"16": "img\/icons\/16x16.png",
"32": "img\/icons\/32x32.png",
"48": "img\/icons\/48x48.png",
"64": "img\/icons\/64x64.png",
"128": "img\/icons\/128x128.png"
},
"permissions": [
"contextMenus",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "js\/event-page.js"
},
"action": {
"default_popup": "html\/options.html"
}
}