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": "Tonify By Musestar - Transpose & Isolate Songs",
"version": "0.0.3",
"description": "Transpose any tab's audio in real time \u2014 pitch, EQ, speed & more",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabCapture",
"offscreen"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "bg.js"
},
"externally_connectable": {
"matches": [
"https:\/\/tonify.musestar.org\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"offscreen.html",
"pitch-worklet.js"
],
"matches": [
"<all_urls>"
]
}
]
}