diff --git a/htmlheader.php b/htmlheader.php
index 87a0b80..56e75e4 100644
--- a/htmlheader.php
+++ b/htmlheader.php
@@ -13,6 +13,7 @@
+
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..b083883
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,19 @@
+{
+ "short_name": "JAJ LEDs",
+ "description": "JAJ LEDs: Whole House LED Control",
+ "icons": [
+ {
+ "src": "img/ic_LEDColors_512x512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ },
+ {
+ "src": "img/ic_LEDColors_192x192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ }
+ ],
+ "start_url": "index.php",
+ "display": "standalone",
+ "scope": "/"
+}