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_extensionName__",
"version": "2.0.7",
"icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"action": {
"default_icons": {
"16": "images\/logo-16.png",
"32": "images\/logo-32.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "popup.html"
},
"description": "__MSG_extensionDescription__",
"permissions": [
"storage",
"idle",
"alarms"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"default_locale": "en"
}