Weather Tab

Weather Tab

Weather Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Weather Tab",
  "icons": {
    "16": "favicon-16x16.png",
    "128": "favicon-128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "name": "Weather Tab",
  "version": "1.4.0",
  "host_permissions": [
    "https://search.weather-tab.xyz/",
    "https://weather-tab.xyz/*",
    "https://www.weather-tab.xyz/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ]
}