aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..ae569c2
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,17 @@
+{
+ "name": "Memora",
+ "icons": [
+ {
+ "src": "icons/512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ },
+ {
+ "src": "icons/192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ }
+ ],
+ "start_url": "https://debug.dom0.nathanreiner.xyz",
+ "display": "standalone"
+}