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__",
"version": "1.0.9",
"description": "__MSG_appDesc__",
"default_locale": "en",
"action": {
"default_icon": "assets\/logo.png",
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [],
"icons": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"permissions": [
"storage",
"alarms",
"idle"
],
"optional_permissions": [],
"host_permissions": [
"https:\/\/*.mct.club\/*"
],
"omnibox": {
"keyword": "gas"
},
"content_security_policy": []
}