NOAA NWS Weather Forecast

NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NOAA NWS Weather Forecast",
  "version": "3.0.1",
  "manifest_version": 3,
  "description": "Forecast and local weather provided by NOAA.",
  "optional_host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon16.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "88",
  "web_accessible_resources": [
    {
      "resources": [
        "index.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}