summaryrefslogtreecommitdiff
path: root/web/static/dartboat.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/dartboat.webmanifest')
-rw-r--r--web/static/dartboat.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/static/dartboat.webmanifest b/web/static/dartboat.webmanifest
new file mode 100644
index 0000000..1321595
--- /dev/null
+++ b/web/static/dartboat.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "dartboat",
+ "description": "Darts opponent for when you've got no friends.",
+ "start_url": "./",
+
+ "display": "standalone",
+ "background_color": "#311d52",
+
+ "icons": [
+ { "src": "dartboat_16.png", "sizes": "16x16", "type": "image/png" },
+ { "src": "dartboat_32.png", "sizes": "32x32", "type": "image/png" },
+ { "src": "dartboat_64.png", "sizes": "64x64", "type": "image/png" },
+ { "src": "dartboat_96.png", "sizes": "96x96", "type": "image/png" },
+ { "src": "dartboat_128.png", "sizes": "128x128", "type": "image/png" },
+ { "src": "dartboat_192.png", "sizes": "192x192", "type": "image/png" },
+ { "src": "dartboat_256.png", "sizes": "256x256", "type": "image/png" },
+ { "src": "dartboat_512.png", "sizes": "512x512", "type": "image/png" }
+ ]
+}