Weather Tab

Weather Tab

Access to current and extended weather forecast, and alerts, free on your browser New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather Tab",
  "short_name": "Weather Tab",
  "description": "Access to current and extended weather forecast, and alerts, free on your browser New Tab.",
  "version": "1.21.1001",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Weather Tab"
  },
  "background": {
    "page": "background/index.html"
  },
  "permissions": [
    "*://*.weathertab-api.info/*",
    "cookies",
    "topSites",
    "contextMenus",
    "storage",
    "tabs",
    "alarms"
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "/icons/16.png",
    "/newtab/index.html"
  ]
}