1
0

Add favicon from realfavicongenerator.net

For now it's just a simple map of Jordan from amCharts.

See: https://www.amcharts.com/svg-maps/?map=jordan
This commit is contained in:
2016-11-27 14:07:46 +02:00
parent cac6ff4086
commit 6994e9658c
11 changed files with 132 additions and 0 deletions

17
static/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"
}