Moved favicons to dist/icons. Updated installer

This commit is contained in:
billz
2019-04-24 22:11:43 +00:00
parent a179ef05e0
commit 8796b5d359
11 changed files with 4 additions and 0 deletions

14
dist/icons/site.webmanifest vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "RaspAP",
"short_name": "RaspAP",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}