Weather In

Weather In

Weather In

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Weather In",
  "icons": {
    "16": "favicon-16x16.png",
    "128": "favicon-128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.weather-in.xyz/?design=15"
  },
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "name": "Weather In",
  "version": "1.1.1",
  "host_permissions": [
    "https://search.weather-in.xyz/",
    "https://weather-in.xyz/*",
    "https://www.weather-in.xyz/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ]
}