Inspect and view changes in Maharah Screenshare Extension source codes across current and past versions
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",
"name": "Maharah Screenshare Extension",
"author": "Maharah",
"version": "0.1.7",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Chrome Extension granting screen capturing capabilities to Maharah Virtual Classroom.",
"homepage_url": "https://maharah.online/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": true
},
"externally_connectable": {
"matches": [
"*://*.dawaguide.info/*",
"*://*.maharah.online/*",
"*://*.gs.maharah.online/*",
"*://*.bigbluebutton.org/*"
]
},
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
}