From 3e28d13e06c1e9d80fcaaf2507d10976a3870e75 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 22 Jan 2022 13:09:22 +0000 Subject: probably templated webmanifest --- resources/ir.webmanifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/ir.webmanifest b/resources/ir.webmanifest index 55c8fd7..ab5f6e8 100644 --- a/resources/ir.webmanifest +++ b/resources/ir.webmanifest @@ -1,6 +1,6 @@ { "background_color": "white", - "description": "Living room infrared control", + "description": "Living room media control", "display": "standalone", "icons": [ { @@ -9,7 +9,7 @@ "type": "image/png" } ], - "name": "Infrared control", - "short_name": "IR", - "start_url": "/mc/" + "name": "Media Control", + "short_name": "MC", + "start_url": "<.uri.add('..').path>" } -- cgit v1.2.3