Productive Web Zone New Tab

Productive Web Zone New Tab

Productive Web Zone 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": "Productive Web Zone New Tab",
  "version": "1.0",
  "description": "Productive Web Zone 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
}