italki classroom screen sharing

italki classroom screen sharing

This Chrome extension is developed primary for italki classroom. It doesn't do anything except share your screen in classroom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "author": "italki HK Limited.",
  "version": "2.1",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://www.italki.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.italki.com/*",
      "https://*.italki.cn/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}