Examonline : Screen Sharing

Examonline : Screen Sharing

Offered by : Examonline.in

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Examonline : Screen Sharing",
  "description": "Offered by : Examonline.in",
  "version": "1.0.2",
  "manifest_version": 2,
  "icons": {
    "16": "logo_eo.png",
    "48": "logo_eo.png",
    "128": "logo_eo.png"
  },
  "background": {
    "scripts": [
      "capture.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://assessment.examonline.in/*",
      "*://uat.examonline.in/*",
      "*://assessment.cbtexams.in/*",
      "*://dev.examonline.in/*",
      "*://*.hostexam.net/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}