Rainfall

Rainfall

Listen to the rain fall, storms and lightning.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rainfall",
  "description": "Listen to the rain fall, storms and lightning.",
  "version": "1.0",
  "author": "James Lloyd",
  "icons": {
    "48": "images/rain32.png",
    "128": "images/rain128.png"
  },
  "browser_action": {
    "default_icon": {
      "38": "images/rain32.png"
    }
  },
  "background": {
    "scripts": [
      "rain.js"
    ]
  },
  "offline_enabled": true
}