Global Weather NG

Global Weather NG

See the current weather conditions and forecast for the next days, for every area in the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Global Weather NG",
  "description": "See the current weather conditions and forecast for the next days, for every area in the world.",
  "version": "1",
  "app": {
    "urls": [
      "http://www.networkpanda.com/chrome/weather/"
    ],
    "launch": {
      "web_url": "http://www.networkpanda.com/chrome/weather/"
    }
  },
  "icons": {
    "24": "icon_24.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}