Get Weather Now

Get Weather Now

Get access to the latest weather news, breaking stories, entertainment news, search for local news and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get Weather Now",
  "short_name": "GetWeatherNow",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Get access to the latest weather news, breaking stories, entertainment news, search for local news and more!",
  "icons": {
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "action": {
    "default_icon": "icons/128.png"
  }
}