Sweater Weather

Sweater Weather

Checks the weather at your current location and recommends what to wear based on the conditions outside.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sweater Weather",
  "description": "Checks the weather at your current location and recommends what to wear based on the conditions outside.",
  "version": "1.1",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "geolocation"
  ],
  "browser_action": {
    "default_title": "Check the weather!",
    "default_popup": "popup.html"
  }
}