The Fall Day - A Fall Tab

The Fall Day - A Fall Tab

The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Fall Day - A Fall Tab",
  "description": "The Fall Day (A Fall Tab) - Displays a falling leaves and flakes on the new tab page.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "the-fall-day.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "options_ui": {
    "page": "newtab/options.html"
  }
}