Wize Online Learning

This extension enhances your online tutoring experience on the Wizedemy.com website
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wize Online Learning",
  "description": "This extension enhances your online tutoring experience on the Wizedemy.com website",
  "version": "0.0.2",
  "icons": {
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "eventPage.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://byc.ngrok.io/*",
      "*://staging.studentconnect.me/*",
      "*://wizedemy.com/*",
      "*://*.wizedemy.com/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}