about summary refs log tree commit diff
path: root/manifest.json
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-02-22 11:33:14 -0500
committerBen Harris <ben@tilde.team>2022-02-22 11:33:14 -0500
commitbcb37e5883777338c3fe6feae9e2d582d4fe8731 (patch)
tree88913c568abac003706825f6c877dd716fbc8876 /manifest.json
init
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"
+}