From fbfd66f18fca3a3d5cf46001eaf1661bd63bbf6d Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Thu, 12 May 2022 17:12:21 -0700 Subject: web: support installing as progressive web app™ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/dartboat.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 web/static/dartboat.webmanifest (limited to 'web/static/dartboat.webmanifest') 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" } + ] +} -- cgit v1.2.3-70-g09d2