Rain New Tab

Rain New Tab

The weather is raining heavily in the New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_desc__",
  "icons": {
    "32": "asset/icon/32.png",
    "64": "asset/icon/64.png",
    "96": "asset/icon/96.png",
    "128": "asset/icon/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "asset/html/newtab.html"
  },
  "permissions": [],
  "optional_permissions": [],
  "minimum_chrome_version": "70",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}