Forecastfox Lite

Forecastfox Lite

Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forecastfox Lite",
  "version": "22",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "forecastfox.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "geolocation",
    "http://*.accuweather.com/"
  ],
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "background": {
    "scripts": [
      "js/extern.js",
      "js/eventPage.js"
    ],
    "persistent": false
  }
}