Inspect and view changes in Palmers Moodle Improvement Suite [PMIS] 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
{
"author": "Adam Shea",
"content_scripts": [
{
"js": [
"videoRemove.js"
],
"css": [
"style.css"
],
"matches": [
"https://portal.uspcollege.ac.uk/moodle/*"
]
}
],
"description": "An extension that changes the way the USP College moodle website behaves.",
"manifest_version": 2,
"name": "Palmers Moodle Improvement Suite [PMIS]",
"options_page": "options.html",
"permissions": [
"storage"
],
"version": "1.2.0",
"-ms-preload": {
"backgroundScript": "backgroundScriptsAPIBridge.js",
"contentScript": "contentScriptsAPIBridge.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}