Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-16 15:52:24 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-16 15:52:24 +0300
commitce105d62c5c45dbe7a94a134e23749effe3be3cc (patch)
tree3b7ac1d8ccc4d861bc369dd800d660256a2b6603 /static/manifest.json
parentf7a7c12e1430becb9fce6c33c73579620ed5b787 (diff)
fix: favicon
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..7cd4850
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Hugo",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}