Standardize project directory structure, in line with gulp build

This commit is contained in:
billz
2019-10-08 18:58:46 +01:00
parent e78606f233
commit c26cb40a80
17 changed files with 1171 additions and 0 deletions

View File

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