initial commit

This commit is contained in:
Senad Uka
2017-10-16 09:10:30 +02:00
commit 8b938120ca
17 changed files with 2397 additions and 0 deletions

15
public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}