wind chimes

wind chimes

A breeze of packets blowing through chimes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "wind chimes",
  "manifest_version": 2,
  "version": "0.4",
  "description": "A breeze of packets blowing through chimes",
  "browser_action": {
    "default_popup": "volume.html"
  },
  "permissions": [
    "webRequest",
    "activeTab",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "node_modules/tone/build/Tone.js",
      "chimes.js"
    ],
    "persistent": true
  }
}