Add Hudra icons and update to v0.9.2
This commit is contained in:
+13
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user