SlowedAndReverb.Studio

SlowedAndReverb.Studio

Instantly remix music across the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SlowedAndReverb.Studio",
  "description": "Instantly remix music across the web.",
  "version": "0.0.2",
  "action": {
    "default_popup": "popups/main/main.html",
    "default_icon": "images/logo.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  }
}