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_appName__",
"description": "__MSG_appDescription__",
"version": "2.1.3",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/icon48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/app.tsx-loader-ec61064f.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"css": [
"assets\/app-141262a9.css"
]
}
],
"permissions": [
"storage",
"activeTab",
"scripting"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/icon16.png",
"img\/icon32.png",
"img\/icon48.png",
"img\/icon128.png",
"assets\/*",
"assets\/chunk-63ecdfc7.js",
"assets\/chunk-7a26c4b7.js"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}