All web code and ignore json files

This commit is contained in:
Thefeli73
2021-08-19 21:57:49 +02:00
parent 76fc3918bb
commit 8444a983c2
35 changed files with 1066 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"name": "Plebnet",
"short_name": "Plebnet",
"icons": [
{
"src": "/assets/img/favicon/android-chrome-192x192.png?v=1.2.0",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/favicon/android-chrome-512x512.png?v=1.2.0",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}