Rain Tab

Rain Tab

Replaces new tab with rain, a light, and a clock. That's what you get.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rain Tab",
  "description": "Replaces new tab with rain, a light, and a clock. That's what you get.",
  "version": "0.0.7",
  "manifest_version": 2,
  "permissions": [
    "management"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "imgs/icon16.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}