diff --git a/img/ic_MobileHA_192x192.png b/img/ic_MobileHA_192x192.png new file mode 100644 index 0000000..a2d38bc Binary files /dev/null and b/img/ic_MobileHA_192x192.png differ diff --git a/img/ic_MobileHA_512x512.png b/img/ic_MobileHA_512x512.png new file mode 100644 index 0000000..03e6e3c Binary files /dev/null and b/img/ic_MobileHA_512x512.png differ diff --git a/index.php b/index.php index 77f9c4c..5cad99a 100755 --- a/index.php +++ b/index.php @@ -18,6 +18,7 @@ $queues = Queue::getList(); + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..fc96b35 --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "short_name": "JAJ Jukebox", + "description": "JAJ Jukebox: Whole House Audio Control", + "icons": [ + { + "src": "/img/ic_MobileHA_512x512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "/img/ic_MobileHA_192x192.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "/index.php", + "display": "fullscreen", + "scope": "/" +}