Sound Effects Board

Sound Effects Board

Personal Sound FX board for chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sound Effects Board",
  "version": "3.4.2",
  "manifest_version": 2,
  "description": "Personal Sound FX board for chrome",
  "browser_action": {
    "default_icon": "/img/Speaker-icon-19.png",
    "default_popup": "/html/popup.html",
    "default_title": "SFX"
  },
  "icons": {
    "128": "/img/Speaker-icon-128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "unlimitedStorage",
    "tts"
  ],
  "web_accessible_resources": [
    "/img/icon.png"
  ],
  "options_ui": {
    "page": "/html/options.html",
    "chrome_style": true,
    "open_in_tab": false
  }
}