refactor(assets): remove assets submodule and add them as static files

This commit is contained in:
Benedikt Rötsch
2017-10-27 10:50:06 +02:00
committed by Benedikt Rötsch
parent bc73f3eec7
commit c2297d2e99
33 changed files with 133 additions and 6 deletions

13
public/manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "The Example App",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}