Desktop US Weather Radar

Desktop US Weather Radar

US Weather Radar, Weather and Rain Forecast, Meteograms, Alerts, Webcams, Traffic, Clouds, KML and much more - all on your desktop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Desktop US Weather Radar",
  "description": "US Weather Radar, Weather and Rain Forecast, Meteograms, Alerts, Webcams, Traffic, Clouds, KML and much more - all on your desktop",
  "version": "1.3",
  "minimum_chrome_version": "24",
  "icons": {
    "128": "wng1_128.png"
  },
  "permissions": [
    "webview",
    "app.window",
    "storage"
  ],
  "app": {
    "homepage_url": "http://www.weatherng.com",
    "background": {
      "persistent": true,
      "scripts": [
        "main.js"
      ]
    }
  }
}