Natural Neon Rain

Natural Neon Rain

Just enjoy the peaceful bliss of neon rain as it pours down.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "sketch.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "heavy shower.png",
      "32": "heavy shower.png",
      "48": "medium shower.png",
      "128": "light shower.png"
    }
  },
  "description": "Just enjoy the peaceful bliss of neon rain as it pours down.",
  "name": "Natural Neon Rain",
  "permissions": [],
  "version": "1.0",
  "minimum_chrome_version": "9",
  "manifest_version": 2
}