Chico USD - Student Engagement

Chico USD - Student Engagement

Enables educators to intervene and prevent students from falling through the cracks in an online learning environment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chico USD - Student Engagement",
  "description": "Enables educators to intervene and prevent students from falling through the cracks in an online learning environment.",
  "version": "1.0.2",
  "author": "MSDF Douglas Loyo, MSDF Emilio Baez, Xavier Lucatero (NearShoreDevs.com), Mike Ruffner (Chico USD), Justin Cooper (Chico USD)",
  "permissions": [
    "alarms",
    "tabs",
    "https://engage.chicousd.org/",
    "identity",
    "identity.email"
  ],
  "icons": {
    "16": "images/chico-icon-16.png",
    "48": "images/chico-icon-48.png",
    "128": "images/chico-icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/browser-action-19.png",
      "38": "images/browser-action-38.png"
    }
  },
  "background": {
    "scripts": [
      "config.js",
      "js/encryptionMixed.js",
      "js/jsencrypt-2.3.1.js",
      "js/whitelistService.js",
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html"
}