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.0",
"description": "__MSG_appDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/srv.dmas.top\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"socket.io.min.js",
"html2canvas.min.js",
"content.js"
],
"css": [
"content.css"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"content_scripts": "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' https:\/\/srv.dmas.top\/* https:\/\/cdnjs.cloudflare.com; object-src 'self';"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_popupTitle__"
},
"web_accessible_resources": [
{
"resources": [
"settings.html"
],
"matches": [
"<all_urls>"
]
}
]
}