Illuminate Secure Browser

Illuminate Secure Browser

Secure Lockdown Browser for Chromebook Testing via Single App Kiosk Mode. Select your district to begin the login process and test.

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",
    "128": "icon_128.png"
  },
  "version": "1.0",
  "manifest_version": 2,
  "minimum_chrome_version": "31.0.0.0",
  "name": "Illuminate Secure Browser",
  "permissions": [
    "webview"
  ],
  "kiosk_enabled": true
}