This commit is contained in:
Kyle
2018-11-06 20:19:37 -08:00
parent 3fe06d3870
commit ed10b207e7
16 changed files with 67 additions and 1 deletions

19
site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Card Conjurer",
"short_name": "Card Conjurer",
"icons": [
{
"src": "https://imkyle4815.github.io/cardconjurer/data/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://imkyle4815.github.io/cardconjurer/data/favicons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#64ca2f",
"background_color": "#64ca2f",
"display": "standalone"
}