SampleWizard

SampleWizard

Sample any audio on the web with a click! Record and download audio directly from your browser. No need for shady downloader…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SampleWizard",
  "version": "1.0.0",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "48": "hat48.png",
    "128": "witch-hat.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "offscreen.html",
        "offscreen.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "permissions": [
    "activeTab",
    "tabCapture",
    "offscreen",
    "unlimitedStorage",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://extensionpay.com/*"
  ]
}