add manifest.json
This commit is contained in:
parent
1aecbbece5
commit
39b553529d
15
manifest.json
Normal file
15
manifest.json
Normal 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"
|
||||||
|
}
|
Reference in New Issue
Block a user