Weather (forecast)

Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather (forecast)",
  "version": "1.1.0",
  "description": "Best weather forecast extension for Chrome, simple and beautiful.",
  "manifest_version": 2,
  "permissions": [
    "https://api.openweathermap.org/data/2.5/",
    "https://fonts.googleapis.com/",
    "storage",
    "activeTab",
    "geolocation"
  ],
  "background": {},
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/img/icon-16.png",
      "32": "assets/img/icon-32.png",
      "128": "assets/img/icon-128.png"
    }
  },
  "icons": {
    "16": "assets/img/icon-16.png",
    "32": "assets/img/icon-32.png",
    "128": "assets/img/icon-128.png"
  }
}