WeatherQuick

WeatherQuick

WeatherQuick shows the current weather of a location as a browser icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "WeatherQuick",
  "version": "1.0.4",
  "description": "WeatherQuick shows the current weather of a location as a browser icon.",
  "icons": {
    "16": "icons/wq16.png",
    "48": "icons/wq48.png",
    "128": "icons/wq128.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "name": "WeatherQuick",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://weather.msn.com/*",
    "http://www.weather.com/weather/map/*"
  ],
  "background": {
    "page": "weatherbg.html"
  },
  "manifest_version": 2
}