Hola Weather

Hola Weather

The highly attractive and internationally approved weather extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hola Weather",
  "version": "1.2",
  "description": "The highly attractive and internationally approved weather extension.",
  "web_accessible_resources": [
    "popup.js"
  ],
  "icons": {
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_title": "Hola Weather",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://api.wunderground.com; object-src 'self'",
  "permissions": [
    "webRequest",
    "geolocation",
    "<all_urls>"
  ]
}