SoundBoardGuy

SoundBoardGuy

Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://soundboardguy.com https://*.soundboardguy.com; object-src 'self'",
  "name": "SoundBoardGuy",
  "version": "1.0",
  "description": "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "permissions": [
    "https://soundboardguy.com/wp-json/6c0a2e8182/v1/sounds/"
  ]
}