1
0

Regenerate public

This commit is contained in:
2016-11-27 14:09:03 +02:00
parent 6994e9658c
commit d6cc848625
10 changed files with 124 additions and 0 deletions

17
public/manifest.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Picturing Jordan",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"theme_color": "#ffffff",
"display": "standalone"
}