diff --git a/tmpl/assets/favicon/android-chrome-192x192.png b/tmpl/assets/favicon/android-chrome-192x192.png new file mode 100644 index 00000000..9596cfcb Binary files /dev/null and b/tmpl/assets/favicon/android-chrome-192x192.png differ diff --git a/tmpl/assets/favicon/android-chrome-512x512.png b/tmpl/assets/favicon/android-chrome-512x512.png new file mode 100644 index 00000000..84fe314b Binary files /dev/null and b/tmpl/assets/favicon/android-chrome-512x512.png differ diff --git a/tmpl/assets/favicon/apple-touch-icon.png b/tmpl/assets/favicon/apple-touch-icon.png new file mode 100644 index 00000000..18c182f4 Binary files /dev/null and b/tmpl/assets/favicon/apple-touch-icon.png differ diff --git a/tmpl/assets/favicon/favicon.ico b/tmpl/assets/favicon/favicon.ico new file mode 100644 index 00000000..1eba1ab9 Binary files /dev/null and b/tmpl/assets/favicon/favicon.ico differ diff --git a/tmpl/assets/favicon/manifest.json b/tmpl/assets/favicon/manifest.json new file mode 100644 index 00000000..2d423ac6 --- /dev/null +++ b/tmpl/assets/favicon/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Awesome Go", + "short_name": "Awesome-Go", + "icons": [ + { + "src": "./android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/tmpl/cat-tmpl.html b/tmpl/cat-tmpl.html index aede5c61..63d53064 100644 --- a/tmpl/cat-tmpl.html +++ b/tmpl/cat-tmpl.html @@ -21,6 +21,12 @@ + + + + + + diff --git a/tmpl/tmpl.html b/tmpl/tmpl.html index dcc35c8c..3a87a155 100644 --- a/tmpl/tmpl.html +++ b/tmpl/tmpl.html @@ -21,6 +21,12 @@ + + + + + +