aboutsummaryrefslogtreecommitdiff
path: root/resources/ir.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ir.webmanifest')
-rw-r--r--resources/ir.webmanifest15
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/ir.webmanifest b/resources/ir.webmanifest
new file mode 100644
index 0000000..256b7ce
--- /dev/null
+++ b/resources/ir.webmanifest
@@ -0,0 +1,15 @@
+{
+ "background_color": "white",
+ "description": "Living room infrared control",
+ "display": "standalone",
+ "icons": [
+ {
+ "src": "ir.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "name": "Infrared control",
+ "short_name": "IR",
+ "start_url": "/ir/"
+}