Weather Forecast

Weather Forecast

Type a country what you want

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather Forecast",
  "description": "Type a country what you want",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "/images/weather-icon_16.png",
    "32": "/images/weather-icon_32.png",
    "48": "/images/weather-icon_48.png",
    "128": "/images/weather-icon_128.png"
  },
  "action": {
    "default_icon": "/images/weather-icon_16.png",
    "default_popup": "index.html"
  }
}