Rain sound

Rain sound

Background noise to improve productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rain sound",
  "description": "Background noise to improve productivity.",
  "version": "1.0.2",
  "author": "Joaquín Vicente",
  "homepage_url": "https://github.com/wacko/rainsound",
  "icons": {
    "48": "images/icon-48px.png",
    "128": "images/icon-128px.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/none19px.png",
      "38": "images/none38px.png"
    }
  },
  "background": {
    "scripts": [
      "rain.js"
    ]
  },
  "offline_enabled": true
}