add manifest.json

This commit is contained in:
harukin 2018-11-25 23:36:59 +09:00
parent 1aecbbece5
commit 39b553529d

15
manifest.json Normal file
View File

@ -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"
}