City Weather Forecast Hub

City Weather Forecast Hub

Transform your Chrome tab into an awesome global cities weather forecast hub with City Weather Forecast Hub!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "City Weather Forecast Hub",
  "description": "Transform your Chrome tab into an awesome global cities weather forecast hub with City Weather Forecast Hub!",
  "version": "1.3.0",
  "permissions": [
    "geolocation",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "public/logo.png",
    "32": "public/logo.png",
    "48": "public/logo.png",
    "128": "public/logo.png"
  }
}