Romeo Sound Notification

Romeo Sound Notification

Romeo: notify incoming messages with a gentler sound. Disable the default sound in the PlanetRomeo Notification Sound settings to keep only the pop sound from this extension.

Additional files are visible only to premium users

manifest.json


{
  "description": "Romeo: notify incoming messages with a gentler sound. You have to disable the default sound in the Romeo Notification Sound settings to keep only the plop sound from this extension.",
  "manifest_version": 2,
  "name": "PlanetRomeo Sound Notifications",
  "version": "2.0",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}