Public Alerter

Public Alerter

Public Alerter - An extension to monitor NOAA and the NWS CAP system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "background.persistent": {
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Public Alerter - An extension to monitor NOAA and the NWS CAP system",
  "homepage_url": "http://publicalerter.com",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhkT4GrPTqugM4DI36CZqEmj5TK6f++4Zkjacworw9gbxTGQ6Q5iscTjosRyoIiJ6kFu1T9okhbWuE8RN9plvX+DTbKxWvIWaeP8Lxon/Hv+IvmTdFqiMMB3/u43d2mu+VOTO7S+bpb5UAFP9Z3zPczctshZftJkIPaeKmrlfAswIDAQAB",
  "manifest_version": 2,
  "name": "Public Alerter",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "http://alerts.weather.gov/",
    "*://*.publicalerter.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "web_accessible_resources": [
    "icon.png"
  ]
}