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\/content-script-loader.index.ts.d30f5677.3da7ee48.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"manifest_version": 3,
"name": "Adjust Sound Video",
"version": "1.0.0",
"description": "Adjust sound video",
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/index.ts.d30f5677.js"
],
"use_dynamic_url": true
}
]
}