Local Weather

Local Weather

Shows you local weather. Auto determines your location and fetch weather details on its basis

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Local weather"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "Local Weather",
  "permissions": [
    "storage",
    "geolocation",
    "tabs",
    "https://api.openweathermap.org/*",
    "http://api.openweathermap.org/*",
    "http://ajax.googleapis.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.4"
}