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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-03-16 12:25:04 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-16 12:25:04 +0300
commit12b9f0165bd77227ddbbbefb32416c44783843b2 (patch)
tree3e8eacb9b8185d94217ddb27f8b19d239616baf1 /static/site.webmanifest
parent4b0e1f2c509486e0b0eceb35cbc94772d0d8ace2 (diff)
Add favicon
Diffstat (limited to 'static/site.webmanifest')
-rw-r--r--static/site.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..901bd0c
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "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"
+} \ No newline at end of file