This commit is contained in:
2020-10-12 23:02:20 +00:00
parent 5e5b5c9368
commit 8fd703310f
5 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "AyaNova",
"short_name": "AyaNova",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"theme_color": "#7f9fda",
"background_color": "#7f9fda",
"display": "standalone"
}