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_name__",
"description": "__MSG_description__",
"default_locale": "en",
"manifest_version": 3,
"version": "0.0.1",
"icons": {
"128": "icons\/logo_128.png"
},
"action": {
"default_popup": "popup\/interface.html",
"default_title": "PowerSound",
"default_icon": "icons\/logo_128.png"
},
"background": {
"service_worker": "runtime\/background.js"
},
"permissions": [
"offscreen",
"tabCapture",
"tabs",
"scripting",
"storage",
"declarativeNetRequest"
],
"content_scripts": [
{
"js": [
"runtime\/content\/index.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}