Initial release - Hudra 0.9.1
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user