Weather Alerts

Weather Alerts

Real time Weather alerts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Weather Alerts",
  "description": "Real time Weather alerts",
  "version": "1.5.2",
  "permissions": [
    "geolocation",
    "storage",
    "notifications",
    "alarms"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon.png"
    },
    "default_title": "No Alerts",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon.png",
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "content_security_policy": "script-src 'self' https://api.openweathermap.org https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}