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