Netop Vision Student

Netop Vision Student

Save time, enhance learning, and keep students safe in the digital classroom.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "common/libs/node_modules/file-saver/dist/FileSaver.min.js",
        "common/libs/node_modules/sjcl/sjcl.js",
        "common/libs/node_modules/chrome-platform-analytics/google-analytics-bundle.js",
        "common/libs/node_modules/peerjs/dist/peerjs.min.js",
        "common/libs/node_modules/localforage/dist/localforage.min.js",
        "common/libs/node_modules/url-pattern/lib/url-pattern.js",
        "common/libs/constants.js",
        "common/libs/UtilsEvents.js",
        "common/libs/UtilsLog.js",
        "common/libs/I18N.js",
        "common/libs/UtilsStartup.js",
        "common/libs/UtilsTimeoutWebWorker.js",
        "common/libs/UtilsHttp.js",
        "common/libs/UtilsURL.js",
        "common/libs/UtilsOAuth.js",
        "common/libs/UtilsNotificationsBase.js",
        "common/libs/UtilsNotificationsStudent.js",
        "common/libs/ScreenCaptureService.js",
        "common/libs/BrowserTabCaptureService.js",
        "common/libs/GoogleClassroomAPI.js",
        "common/libs/CleverAPI.js",
        "common/libs/EdlinkAPI.js",
        "common/libs/ClassroomProvider.js",
        "common/libs/GoogleClassroomProvider.js",
        "common/libs/CleverClassroomProvider.js",
        "common/libs/EdlinkClassroomProvider.js",
        "common/libs/UtilsObject.js",
        "common/libs/UtilsExtension.js",
        "common/libs/UtilsGABase.js",
        "common/libs/UtilsGAStudent.js",
        "common/libs/WebRTCConfig.js",
        "common/libs/UtilsPeerJSBase.js",
        "common/libs/UtilsPeerJSClient.js",
        "common/libs/IdentityProvider.js",
        "common/libs/ChromeIdentityProvider.js",
        "common/libs/CleverIdentityProvider.js",
        "common/libs/EdlinkIdentityProvider.js",
        "common/libs/BaseCourse.js",
        "common/libs/UtilsStorage.js",
        "common/libs/ScreenCapturePromptHandler.js",
        "common/bo/PersonDefinition.js",
        "common/bo/Student.js",
        "common/bo/network/CommunicationModule.js",
        "common/bo/network_messages/NetworkMessage.js",
        "common/bo/network_messages/BrowserTabList.js",
        "common/bo/network_messages/LeaveCourse.js",
        "common/bo/network_messages/CourseStarted.js",
        "common/bo/network_messages/PushText.js",
        "common/bo/coursefeatures/LiveViewModule.js",
        "common/bo/network_messages/JoinRequest.js",
        "common/bo/network_messages/Join.js",
        "common/bo/network_messages/StudentReady.js",
        "common/bo/network_messages/RaiseHand.js",
        "student/script/core/ThemeService.js",
        "student/script/core/AppModuleContainer.js",
        "student/script/core/AppWindowUtils.js",
        "student/script/core/PhysicalDisplaysUtils.js",
        "student/script/core/AppModule.js",
        "student/script/core/AppModuleManagerService.js",
        "student/script/core/StudentUtilsStorageService.js",
        "student/script/bo/network/ThumbnailSender.js",
        "student/script/bo/network/StudentLiveClassroomModule.js",
        "student/script/bo/coursefeatures/StudentRaiseHandModule.js",
        "student/script/bo/coursefeatures/StudentDemoModule.js",
        "student/script/bo/coursefeatures/StudentAttentionModule.js",
        "student/script/bo/coursefeatures/StudentFilterWebModule.js",
        "student/script/bo/coursefeatures/StudentPushUrlModule.js",
        "student/script/bo/coursefeatures/StudentPushTextModule.js",
        "student/script/bo/coursefeatures/StudentScreenCapturePromptModule.js",
        "student/script/bo/appstate/StudentInterfaceModule.js",
        "student/script/bo/StudentCourse.js",
        "student/script/bo/StudentCurrentClassroomService.js",
        "student/script/bo/StudentCurrentUserService.js",
        "student/script/bo/StudentCurrentLicenseService.js",
        "student/script/bo/StudentSafetyDomainFilteringService.js",
        "student/script/app/StudentAppController.js",
        "student/script/student.js"
      ],
      "persistent": false
    }
  },
  "manifest_version": 2,
  "name": "Netop Vision Student",
  "short_name": "Student",
  "version": "1.7.6.213",
  "description": "Save time, enhance learning, and keep students safe in the digital classroom.",
  "icons": {
    "16": "student/images/icon_16.png",
    "48": "student/images/icon_48.png",
    "128": "student/images/icon_128.png"
  },
  "author": "Netop Solutions A/S",
  "kiosk_enabled": true,
  "minimum_chrome_version": "70",
  "offline_enabled": false,
  "oauth2": {
    "client_id": "671601101455-jdhj5tlknf547iav5t7b0gt6rtsgd9qq.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "openid"
    ]
  },
  "permissions": [
    "<all_urls>",
    "alwaysOnTopWindows",
    "app.window.fullscreen.overrideEsc",
    "background",
    "browser",
    "desktopCapture",
    "identity",
    "identity.email",
    "notifications",
    "pointerLock",
    "storage",
    "system.display",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "externally_connectable": {
    "matches": [
      "*://*.netop.com/*"
    ],
    "ids": [
      "hppkmolfkplaopacolakfekiejedjapl"
    ]
  },
  "url_handlers": {
    "oauth_login": {
      "matches": [
        "https://vision.netop.com/apps/chrome/student/launch*",
        "https://vision-beta.netop.com/apps/chrome/student/launch*"
      ],
      "title": "OAuth Login"
    },
    "logs": {
      "matches": [
        "https://vision.netop.com/apps/chrome/student/logs"
      ],
      "title": "Download application logs"
    }
  }
}