Weather Updates Tab New Tab

Weather Updates Tab New Tab

Weather Updates Tab New Tab is the free extension for getting weather forecast online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather Updates Tab New Tab",
  "version": "1.1",
  "description": "Weather Updates Tab New Tab is the free extension for getting weather forecast online.",
  "icons": {
    "128": "images/fav.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/fav.png"
  },
  "manifest_version": 3
}