Rainy night

Rainy night

This extension provides a nice 'rain' effect on your splash page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rainy night",
  "icons": {
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "description": "This extension provides a nice 'rain' effect on your splash page.",
  "version": "0.2.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "web_accessible_resources": [
    "images/*",
    "bower_components/rainyday.js/rainyday.js",
    "bower_components/angular/angular.js",
    "index.js",
    "fonts/*",
    "index.css"
  ]
}