NewTab Rain

NewTab Rain

The new tab rain customizes your default new tab pages. This extension replaces the original new tabs with calm rain images. In…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewTab Rain",
  "version": "0.0.1",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "128": "png/rain.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://* http://* http://localhost:* data: blob: filesystem:;"
  }
}