Weather Radar Tab

Weather Radar Tab

Shows US weather radar in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather Radar Tab",
  "version": "1.0.1",
  "manifest_version": 3,
  "description": "Shows US weather radar in new tab.",
  "homepage_url": "https://richardkeller.net/projects/chrome-extensions/weather-tab",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  }
}