Weather & Time (multi-city)

Weather & Time (multi-city)

Current weather and time in multiple cities (locations)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Weather & Time (multi-city)",
  "version": "2.3",
  "description": "Current weather and time in multiple cities (locations)",
  "icons": {
    "16": "/assets/favicon/16x16.png",
    "48": "/assets/favicon/48x48.png",
    "128": "/assets/favicon/128x128.png"
  },
  "browser_action": {
    "default_title": "Weather & time (multi-city)",
    "default_icon": "/assets/favicon/128x128.png",
    "default_popup": "index.html"
  },
  "author": "Alex Kataev",
  "permissions": [
    "storage",
    "https://autocomplete.geocoder.ls.hereapi.com/6.2/*",
    "https://geocode.search.hereapi.com/v1/geocode*",
    "http://api.openweathermap.org/data/2.5/weather*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}