STEM Sound Suite

STEM Sound Suite

All purpose sounds for your everyday needs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "STEM Sound Suite",
  "description": "All purpose sounds for your everyday needs.",
  "version": "1.1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon1.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webNavigation"
  ]
}