My Weather

My Weather

5-Day Weather Forecast Of Your City

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Weather",
  "version": "2",
  "description": "5-Day Weather Forecast Of Your City",
  "icons": {
    "128": "images/weather128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background.service_worker": "background.js",
  "action": {
    "default_icon": "images/icons/weather-app-icon.png"
  },
  "manifest_version": 3
}