diff --git a/_config.yml b/_config.yml index 7f54f19..5f617df 100644 --- a/_config.yml +++ b/_config.yml @@ -138,17 +138,17 @@ bing_webmastertools_id: "" # More information ยป https://mathiasbynens.be/notes/touch-icons favicon-32x32: "favicon-32x32.png" -touch-icon-192x192: "touch-icon-192x192.png" -apple-touch-icon-180x180-precomposed: "apple-touch-icon-180x180-precomposed.png" -apple-touch-icon-152x152-precomposed: "apple-touch-icon-152x152-precomposed.png" -apple-touch-icon-144x144-precomposed: "apple-touch-icon-144x144-precomposed.png" -apple-touch-icon-120x120-precomposed: "apple-touch-icon-120x120-precomposed.png" -apple-touch-icon-114x114-precomposed: "apple-touch-icon-114x114-precomposed.png" -apple-touch-icon-76x76-precomposed: "apple-touch-icon-76x76-precomposed.png" -apple-touch-icon-72x72-precomposed: "apple-touch-icon-72x72-precomposed.png" +touch-icon-192x192: "android-icon-192x192.png" +apple-touch-icon-180x180-precomposed: "apple-touch-icon-180x180.png" +apple-touch-icon-152x152-precomposed: "apple-touch-icon-152x152.png" +apple-touch-icon-144x144-precomposed: "apple-touch-icon-144x144.png" +apple-touch-icon-120x120-precomposed: "apple-touch-icon-120x120.png" +apple-touch-icon-114x114-precomposed: "apple-touch-icon-114x114.png" +apple-touch-icon-76x76-precomposed: "apple-touch-icon-76x76.png" +apple-touch-icon-72x72-precomposed: "apple-touch-icon-72x72.png" apple-touch-icon-precomposed: "apple-touch-icon-precomposed.png" -msapplication_tileimage: "msapplication_tileimage.png" # Size 144x144 -msapplication_tilecolor: "#fabb00" +msapplication_tileimage: "ms-icon-144x144.png" # Size 144x144 +msapplication_tilecolor: "#ffffff" # ______ __ __ diff --git a/assets/img/android-icon-144x144.png b/assets/img/android-icon-144x144.png new file mode 100644 index 0000000..c730f69 Binary files /dev/null and b/assets/img/android-icon-144x144.png differ diff --git a/assets/img/android-icon-192x192.png b/assets/img/android-icon-192x192.png new file mode 100644 index 0000000..79eef63 Binary files /dev/null and b/assets/img/android-icon-192x192.png differ diff --git a/assets/img/android-icon-36x36.png b/assets/img/android-icon-36x36.png new file mode 100644 index 0000000..a15a2e6 Binary files /dev/null and b/assets/img/android-icon-36x36.png differ diff --git a/assets/img/android-icon-48x48.png b/assets/img/android-icon-48x48.png new file mode 100644 index 0000000..0b6a8ce Binary files /dev/null and b/assets/img/android-icon-48x48.png differ diff --git a/assets/img/android-icon-72x72.png b/assets/img/android-icon-72x72.png new file mode 100644 index 0000000..3d6731f Binary files /dev/null and b/assets/img/android-icon-72x72.png differ diff --git a/assets/img/android-icon-96x96.png b/assets/img/android-icon-96x96.png new file mode 100644 index 0000000..474ba7b Binary files /dev/null and b/assets/img/android-icon-96x96.png differ diff --git a/assets/img/apple-icon-114x114.png b/assets/img/apple-icon-114x114.png new file mode 100644 index 0000000..24e63e4 Binary files /dev/null and b/assets/img/apple-icon-114x114.png differ diff --git a/assets/img/apple-icon-120x120.png b/assets/img/apple-icon-120x120.png new file mode 100644 index 0000000..c68cb83 Binary files /dev/null and b/assets/img/apple-icon-120x120.png differ diff --git a/assets/img/apple-icon-144x144.png b/assets/img/apple-icon-144x144.png new file mode 100644 index 0000000..c730f69 Binary files /dev/null and b/assets/img/apple-icon-144x144.png differ diff --git a/assets/img/apple-icon-152x152.png b/assets/img/apple-icon-152x152.png new file mode 100644 index 0000000..98a2112 Binary files /dev/null and b/assets/img/apple-icon-152x152.png differ diff --git a/assets/img/apple-icon-180x180.png b/assets/img/apple-icon-180x180.png new file mode 100644 index 0000000..4415bcd Binary files /dev/null and b/assets/img/apple-icon-180x180.png differ diff --git a/assets/img/apple-icon-57x57.png b/assets/img/apple-icon-57x57.png new file mode 100644 index 0000000..ab90a6b Binary files /dev/null and b/assets/img/apple-icon-57x57.png differ diff --git a/assets/img/apple-icon-60x60.png b/assets/img/apple-icon-60x60.png new file mode 100644 index 0000000..d46b29f Binary files /dev/null and b/assets/img/apple-icon-60x60.png differ diff --git a/assets/img/apple-icon-72x72.png b/assets/img/apple-icon-72x72.png new file mode 100644 index 0000000..3d6731f Binary files /dev/null and b/assets/img/apple-icon-72x72.png differ diff --git a/assets/img/apple-icon-76x76.png b/assets/img/apple-icon-76x76.png new file mode 100644 index 0000000..25e5a0b Binary files /dev/null and b/assets/img/apple-icon-76x76.png differ diff --git a/assets/img/apple-icon-precomposed.png b/assets/img/apple-icon-precomposed.png new file mode 100644 index 0000000..4ef0b9f Binary files /dev/null and b/assets/img/apple-icon-precomposed.png differ diff --git a/assets/img/apple-icon.png b/assets/img/apple-icon.png new file mode 100644 index 0000000..4ef0b9f Binary files /dev/null and b/assets/img/apple-icon.png differ diff --git a/assets/img/browserconfig.xml b/assets/img/browserconfig.xml new file mode 100644 index 0000000..c554148 --- /dev/null +++ b/assets/img/browserconfig.xml @@ -0,0 +1,2 @@ + +#ffffff \ No newline at end of file diff --git a/assets/img/favicon-16x16.png b/assets/img/favicon-16x16.png new file mode 100644 index 0000000..5150a92 Binary files /dev/null and b/assets/img/favicon-16x16.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png index beeba85..eb6727d 100644 Binary files a/assets/img/favicon-32x32.png and b/assets/img/favicon-32x32.png differ diff --git a/assets/img/favicon-96x96.png b/assets/img/favicon-96x96.png new file mode 100644 index 0000000..474ba7b Binary files /dev/null and b/assets/img/favicon-96x96.png differ diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico new file mode 100644 index 0000000..d20aefd Binary files /dev/null and b/assets/img/favicon.ico differ diff --git a/assets/img/manifest.json b/assets/img/manifest.json new file mode 100644 index 0000000..013d4a6 --- /dev/null +++ b/assets/img/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "App", + "icons": [ + { + "src": "\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} \ No newline at end of file diff --git a/assets/img/ms-icon-144x144.png b/assets/img/ms-icon-144x144.png new file mode 100644 index 0000000..c730f69 Binary files /dev/null and b/assets/img/ms-icon-144x144.png differ diff --git a/assets/img/ms-icon-150x150.png b/assets/img/ms-icon-150x150.png new file mode 100644 index 0000000..bee6654 Binary files /dev/null and b/assets/img/ms-icon-150x150.png differ diff --git a/assets/img/ms-icon-310x310.png b/assets/img/ms-icon-310x310.png new file mode 100644 index 0000000..c96ec97 Binary files /dev/null and b/assets/img/ms-icon-310x310.png differ diff --git a/assets/img/ms-icon-70x70.png b/assets/img/ms-icon-70x70.png new file mode 100644 index 0000000..590642b Binary files /dev/null and b/assets/img/ms-icon-70x70.png differ