PLTW Kite Student Portal

PLTW Kite Student Portal

The PLTW Kite® Student Portal allows students to complete the Project Lead the Way (PLTW) Course Assessments on an Chromebook.…

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",
        "browser.js"
      ]
    }
  },
  "icons": {
    "16": "pltw_kite_icon_gray_bg_16.png",
    "128": "pltw_kite_icon_gray_bg_128.png"
  },
  "permissions": [
    "webview",
    "storage",
    "https://*/*",
    "http://*/*",
    "audioCapture",
    "power"
  ],
  "kiosk_enabled": true,
  "offline_enabled": true,
  "version": "4.0.0",
  "manifest_version": 2,
  "minimum_chrome_version": "91.0.0.0",
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "injected-webview.js"
        ]
      }
    ]
  },
  "name": "PLTW Kite Student Portal",
  "short_name": "PLTW Kite Student Portal",
  "author": "Rohit Yadav"
}