Simple Weather

Simple Weather

Check the weather. Clean. Simple. Nice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "48.png",
    "default_popup": "popup.html",
    "default_title": "Weather"
  },
  "description": "Check the weather. Clean. Simple. Nice.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7csNIXwVy3RjN61N/R8NESHgFovLksD8m+MSaS8w7KPGJQ3omvHBRJgKLDdVYalOTAvOpZgRuOEVv0SJXnQMrnMObiSHmIbZsWWvfyGlskns/tjMnAEfFLx98ecizvgYwZ1uFiv4pRRMjrJHYMr/CVLsf1iBsupTXb9q8U9191wIDAQAB",
  "manifest_version": 2,
  "name": "Simple Weather",
  "options_page": "settings.html",
  "permissions": [
    "<all_urls>",
    "notifications"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "3.0.2"
}