RPG SoundBoard

RPG SoundBoard

Role playing games (and more) sounds and ambiences.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RPG SoundBoard",
  "version": "1.0.4",
  "manifest_version": 3,
  "description": "Role playing games (and more) sounds and ambiences.",
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png",
    "192": "logo192.png",
    "256": "logo256.png",
    "512": "logo512.png"
  },
  "action": {
    "default_title": "Open RPG SoundBoard"
  },
  "background": {
    "service_worker": "background.js"
  }
}