WeatherTab

WeatherTab

A beautiful forecast with every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WeatherTab",
  "short_name": "WeatherTab",
  "version": "1.4.3",
  "description": "A beautiful forecast with every new tab.",
  "author": "Paul Eiche",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "geolocation",
    "storage"
  ],
  "icons": {
    "48": "dist/img/icon48.png",
    "128": "dist/img/icon128.png"
  }
}