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",
"manifest_version": 3,
"name": "__MSG_extensionNamePlus__",
"description": "__MSG_extensionDescription__",
"version": "4.1.15.8",
"default_locale": "en",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extensionNamePlus__",
"default_icon": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png"
}
},
"permissions": [
"storage",
"tabCapture",
"offscreen",
"tabs"
],
"host_permissions": [
"https:\/\/sysprofile.com.ar\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"images\/visualizer_base.png",
"images\/ss_2_0.png",
"images\/ss_5_1.png",
"images\/ss_7_1.png",
"images\/ss_7_2.png",
"images\/vu meter.png",
"donations.json"
],
"matches": [
"<all_urls>"
]
}
]
}