diff options
author | dakkar <dakkar@thenautilus.net> | 2022-01-22 13:09:22 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2022-01-22 13:09:22 +0000 |
commit | 3e28d13e06c1e9d80fcaaf2507d10976a3870e75 (patch) | |
tree | f26704d1931c53c6364a69a04ea076e742f84267 /resources | |
parent | search in files (diff) | |
download | media-control-3e28d13e06c1e9d80fcaaf2507d10976a3870e75.tar.gz media-control-3e28d13e06c1e9d80fcaaf2507d10976a3870e75.tar.bz2 media-control-3e28d13e06c1e9d80fcaaf2507d10976a3870e75.zip |
probably templated webmanifest
Diffstat (limited to 'resources')
-rw-r--r-- | resources/ir.webmanifest | 8 |
1 files changed, 4 insertions, 4 deletions
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>" } |