about summary refs log tree commit diff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..af320cc
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,16 @@
+{
+  "short_name": "Wordle",
+  "name": "Wordle",
+  "icons": [
+    {
+      "src": "/pub/wordle/images/wordle_logo_192x192.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    }
+  ],
+  "start_url": "https://bhh.sh/pub/wordle/",
+  "background_color": "#6aaa64",
+  "display": "standalone",
+  "theme_color": "#6aaa64",
+  "description": "A daily word game"
+}