Vollume Sampler

Vollume Sampler

Sample and edit any sound, right from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vollume Sampler",
  "version": "0.9.1",
  "description": "Sample and edit any sound, right from your browser.",
  "icons": {
    "128": "images/icon_5_128.png"
  },
  "browser_action": {
    "default_icon": "images/icon_5_128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://unpkg.com; object-src 'self'",
  "permissions": [
    "storage",
    "tabCapture"
  ],
  "manifest_version": 2
}