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",
"action": {
"default_popup": "src\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.ts-loader-xs7B3YQ5.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/16.png",
"img\/32.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/runtime-dom.esm-bundler-C2zgX0mg.js",
"assets\/useChromeStorage-BxDT0eIA.js",
"assets\/main.ts-i7iELkSS.js"
],
"use_dynamic_url": true
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"64": "img\/64.png",
"128": "img\/128.png",
"256": "img\/256.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"short_name": "__MSG_appShortName__",
"version": "1.3"
}