Smart Button® Extension

Smart Button® Extension

Students can receive emergency broadcast messages from authorized school personnel

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Smart Button® Extension",
  "description": "Students can receive emergency broadcast messages from authorized school personnel",
  "version": "1.7",
  "incognito": "not_allowed",
  "browser_action": {
    "default_icon": "images/SmartButton_graphic3.png",
    "default_popup": "newpopup.html"
  },
  "permissions": [
    "https://www.anonymousalerts.com/*",
    "https://www.k12alerts.com/*",
    "https://www.campusalerts.com/*",
    "https://k12connections.com/*",
    "https://www.citynotify.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "Scripts/background.js",
      "Scripts/jquery-2.1.1.min.js",
      "Scripts/jquery.validate.min.js",
      "Scripts/jquery.signalr.min.js"
    ]
  }
}