From 39b553529d166f87fe43ae01ee0ee986967689e7 Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 25 Nov 2018 23:36:59 +0900 Subject: [PATCH] add manifest.json --- manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..e6b8a0569 --- /dev/null +++ b/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Harukin+", + "name": "Harukin+!", + "icons": [ + { + "src": "icon.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "/", + "background_color": "#fff", + "theme_color": "#004898", + "display": "standalone" +} \ No newline at end of file