initial commit

This commit is contained in:
silas
2018-05-15 17:30:16 +02:00
commit 1efcd2526b
105 changed files with 18204 additions and 0 deletions

2957
public/js/app.js Normal file

File diff suppressed because it is too large Load Diff

1
public/js/lang/de.json Normal file

File diff suppressed because one or more lines are too long

1
public/js/lang/en.json Normal file

File diff suppressed because one or more lines are too long

19
public/js/manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Stories",
"short_name":"Stories",
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"background_color": "#ff0000",
"display": "standalone",
"start_url":"/"
}