UI Sounds

UI Sounds

Play sounds for important events in the browser, such as a page loading or a new tab being created.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "UI Sounds",
  "version": "1.1.0",
  "description": "Play sounds for important events in the browser, such as a page loading or a new tab being created.",
  "author": "LordLuceus",
  "manifest_version": 2,
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "128": "icon_128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}