31 lines
734 B
JSON
31 lines
734 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Hudra",
|
|
"version": "0.9.1",
|
|
"description": "Hudra turns Canvas/QLearn pages into responsive presentations with automatic pagination, dual-screen presenter view, audience controls, clicker support and local-only processing.",
|
|
"permissions": [
|
|
"activeTab",
|
|
"scripting",
|
|
"tabs",
|
|
"system.display"
|
|
],
|
|
"host_permissions": [
|
|
"https://*.instructure.com/*",
|
|
"https://*.qlearn.eq.edu.au/*"
|
|
],
|
|
"action": {
|
|
"default_title": "Start or exit Hudra"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"commands": {
|
|
"toggle-hudra": {
|
|
"suggested_key": {
|
|
"default": "Alt+P"
|
|
},
|
|
"description": "Start or exit Hudra"
|
|
}
|
|
}
|
|
}
|