Weather Now

Weather Now

Simple yet elegant, live in the moment, chrome weather plugin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather Now",
  "description": "Simple yet elegant, live in the moment, chrome weather plugin",
  "version": "0.0.5",
  "permissions": [
    "storage",
    "http://api.openweathermap.org/"
  ],
  "short_name": "Weather Now",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "weathernow-16.png",
    "128": "weathernow-128.png"
  }
}