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,
"default_locale": "en",
"name": "__MSG_appName__",
"version": "1.0.3",
"description": "__MSG_appDesc__",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"default_title": "__MSG_actionTitle__"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "assets\/background.js",
"type": "module"
},
"host_permissions": [
"https:\/\/wadesk.zfscrmteam.top\/*",
"https:\/\/wadesk.io\/*",
"https:\/\/www.google-analytics.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}