Very Annoying High Pitch Dog Whistle Sound

Very Annoying High Pitch Dog Whistle Sound

Plays a sound that gradually gets higher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Very Annoying High Pitch Dog Whistle Sound",
  "short_name": "Dog Whistle",
  "version": "1.0",
  "description": "Plays a sound that gradually gets higher",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}