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",
"background": {
"service_worker": "javaScripts\/worker.js"
},
"action": {
"default_icon": {
"64": "resources\/64.png",
"128": "resources\/128.png",
"256": "resources\/256.png"
},
"default_title": "__MSG_default_title__"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"64": "resources\/64.png",
"128": "resources\/128.png",
"256": "resources\/256.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"javaScripts\/contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"manifest_version": 3,
"name": "__MSG_name__",
"options_page": "html\/opt.html",
"permissions": [
"tabCapture",
"storage",
"system.display"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"resources\/*"
],
"matches": [
"<all_urls>"
]
}
],
"short_name": "Sound EQ",
"version": "2.1",
"version_name": "2.1"
}