Full Screen Weather

Full Screen Weather

The world's most interactive and user-friendly weather map from Weather Underground has gone full screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Full Screen Weather",
  "description": "The world's most interactive and user-friendly weather map from Weather Underground has gone full screen.",
  "version": "1.5",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "http://www.fullscreenweather.com/"
    }
  }
}