42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Hudra",
|
|
"version": "0.9.2",
|
|
"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/*"
|
|
],
|
|
"icons": {
|
|
"16": "icons/HudraLogo16.png",
|
|
"32": "icons/HudraLogo32.png",
|
|
"48": "icons/HudraLogo48.png",
|
|
"128": "icons/HudraLogo128.png"
|
|
},
|
|
"action": {
|
|
"default_title": "Start or exit Hudra",
|
|
"default_icon": {
|
|
"16": "icons/HudraLogo16.png",
|
|
"32": "icons/HudraLogo32.png",
|
|
"48": "icons/HudraLogo48.png"
|
|
}
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"commands": {
|
|
"toggle-hudra": {
|
|
"suggested_key": {
|
|
"default": "Alt+P"
|
|
},
|
|
"description": "Start or exit Hudra"
|
|
}
|
|
}
|
|
}
|