Add Hudra icons and update to v0.9.2

This commit is contained in:
git
2026-07-21 20:57:41 +10:00
parent 2802d780f3
commit 02a62cce31
6 changed files with 84 additions and 15 deletions
+13 -2
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Hudra",
"version": "0.9.1",
"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",
@@ -13,8 +13,19 @@
"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_title": "Start or exit Hudra",
"default_icon": {
"16": "icons/HudraLogo16.png",
"32": "icons/HudraLogo32.png",
"48": "icons/HudraLogo48.png"
}
},
"background": {
"service_worker": "background.js"