This commit is contained in:
root
2018-03-21 12:16:38 +01:00
commit 183daa155c
29 changed files with 6982 additions and 0 deletions

12
manifest.json Executable file
View File

@@ -0,0 +1,12 @@
{
"name": "PRC Web-App",
"short_name": "PRC",
"icons": [{
"src": "icon.png",
"sizes": "192x192"
}],
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "Mit dieser Web-App bleibst du immer auf dem neustem Stand über alle Aktivitäten am Preetzer-Ruderclub."
}