Weather Buddy

Weather Buddy

Provides current weather conditions, and temperatures for the next three days.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Weather Buddy",
  "short_name": "Weather",
  "description": "Provides current weather conditions, and temperatures for the next three days.",
  "version": "1.8.1",
  "browser_action": {
    "default_icon": "assets/icon.png",
    "default_popup": "weather.html"
  }
}