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_extName__",
"description": "__MSG_extDesc__",
"icons": {
"16": "assets\/icons\/icon_16.png",
"48": "assets\/icons\/icon_48.png",
"128": "assets\/icons\/icon_128.png"
},
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_ui": {
"page": "settings.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"version": "2.2.8",
"minimum_chrome_version": "102",
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_title": "__MSG_extName__",
"default_popup": "popup.html"
}
}