diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 00000000..3fb39a90 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-256x256.png b/android-chrome-256x256.png new file mode 100644 index 00000000..3200a2c1 Binary files /dev/null and b/android-chrome-256x256.png differ diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png new file mode 100644 index 00000000..50a625ee Binary files /dev/null and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png new file mode 100644 index 00000000..14e0c2f9 Binary files /dev/null and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png new file mode 100644 index 00000000..336835a9 Binary files /dev/null and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png new file mode 100644 index 00000000..511a4293 Binary files /dev/null and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png new file mode 100644 index 00000000..f2a01488 Binary files /dev/null and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 00000000..336835a9 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 00000000..4c9ad6fc --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00a300 + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 00000000..d946d30d Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 00000000..d5e6a0c3 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..692317a4 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 0ce16df6..e2012523 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@
Card Conjurer
- + + + + + + + + + diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 00000000..2e9155fb Binary files /dev/null and b/mstile-150x150.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 00000000..a7441eb8 --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,29 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 00000000..181529a1 --- /dev/null +++ b/site.webmanifest @@ -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" +}