Weather Notifier for Blink Browsers

Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

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 Notifier for Blink Browsers",
  "version": "0.0.0.4",
  "description": "Checks the weather, updates notification every hour.",
  "icons": {
    "32": "icon.png"
  },
  "author": "Geoffrey Stentiford",
  "background": {
    "scripts": [
      "weather.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "background",
    "notifications",
    "storage",
    "http://api.openweathermap.org/"
  ]
}