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": "Sound Tools",
"version": "1.0.0",
"description": "A browser extension providing audio FXs to the browser and that can connect to MIDI controllers",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "src\/ui\/popup\/popup.html",
"default_title": "Sound Tools"
},
"content_scripts": [
{
"js": [
"assets\/content.ts-loader-DI_1Pe3D.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/content-DlhZOjhV.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/content\/content.css",
"assets\/BaseParameterStore-BapxJSFx.js",
"assets\/content.ts-BiVKIzf4.js"
],
"use_dynamic_url": false
}
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}