initial commit
This commit is contained in:
2957
public/js/app.js
Normal file
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
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
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
19
public/js/manifest.json
Normal 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":"/"
|
||||
}
|
||||
Reference in New Issue
Block a user