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",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.13",
"manifest_version": 3,
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
},
"action": {
"default_popup": "Popup.html",
"default_title": "__MSG_extName__",
"default_icon": "assets\/icon.png"
},
"background": {
"service_worker": "js\/Background.bundle.js"
},
"permissions": [
"storage",
"notifications",
"alarms"
]
}