Insight Student

Insight Student

Faronics Insight Student application for Chromebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_packageName__",
  "short_name": "__MSG_packageShortName__",
  "version": "8.0.2.15",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0",
  "description": "__MSG_packageDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "system.cpu",
    "system.memory",
    {
      "socket": [
        "tcp-connect:*:*",
        "resolve-host"
      ]
    },
    "desktopCapture",
    "fullscreen",
    "overrideEscFullscreen",
    "system.network",
    "contextMenus",
    "alarms",
    "alwaysOnTopWindows",
    "idle",
    "identity",
    "identity.email",
    "notifications",
    "http://*/",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*",
    "system.display"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "script/defaults.js",
        "script/platform.js",
        "script/authid.js",
        "script/lz-string.min.js",
        "script/preferencedata.js",
        "script/dialogs.js",
        "script/logger.js",
        "script/background.js"
      ]
    }
  },
  "sandbox": {
    "pages": [
      "testing.html"
    ]
  },
  "oauth2": {
    "client_id": "949019877784-k41abmd9qkdvlntks2hb354s4e57eoas.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}