Harden Lildra layout and refresh branding

This commit is contained in:
git
2026-07-27 19:00:22 +10:00
parent e6e5336209
commit 433c73a77c
11 changed files with 238 additions and 106 deletions
+13 -7
View File
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Lildra",
"version": "0.2.3",
"description": "A minimal Canvas and QLearn page view with hidden navigation, centred content, a compact fixed page title and version label.",
"description": "A distraction-free reading layout for Canvas and QLearn lesson pages.",
"permissions": [
"activeTab",
"scripting"
@@ -11,7 +11,13 @@
"service_worker": "background.js"
},
"action": {
"default_title": "Toggle Lildra"
"default_title": "Toggle Lildra",
"default_icon": {
"16": "icons/LildraLogo16.png",
"32": "icons/LildraLogo32.png",
"48": "icons/LildraLogo48.png",
"128": "icons/LildraLogo128.png"
}
},
"commands": {
"toggle-lildra": {
@@ -23,9 +29,9 @@
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
"16": "icons/LildraLogo16.png",
"32": "icons/LildraLogo32.png",
"48": "icons/LildraLogo48.png",
"128": "icons/LildraLogo128.png"
}
}
}