SECURE PAUSD Schoology Kiosk App

SECURE PAUSD Schoology Kiosk App

This is the more secure testing environment for the PAUSD Schoology Kiosk App. The main difference is that this version of the app…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "version": "5.3",
  "manifest_version": 2,
  "minimum_chrome_version": "31.0.0.0",
  "name": "SECURE PAUSD Schoology Kiosk App",
  "permissions": [
    "webview"
  ],
  "kiosk_enabled": true
}