fix icon and upload ads.txt

This commit is contained in:
Felix Schulze 2019-10-22 07:46:11 +02:00
parent 95e5839cf6
commit 8995618ad4
2 changed files with 4 additions and 3 deletions

1
html/ads.txt Normal file
View File

@ -0,0 +1 @@
google.com, pub-5143923140938916, DIRECT, f08c47fec0942fa0

View File

@ -2,16 +2,16 @@
"name": "Meritv\u00e4rde",
"icons": [
{
"src": "assets/img/favicon/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/img/favicon/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#c12e55",
"background_color": "#ffffff"
}