aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/manifest.json
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-17 17:16:36 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-17 17:16:52 +0200
commit5248a576a106552a71e720314299e7269d8f5bb5 (patch)
tree1b3039845d6f3e1eb27827d8665e63accdc5c813 /site/static/manifest.json
parent0115515eef708638ffe1c9c2d85ee5e479b35320 (diff)
Updates head partial and adds favicons
Renames “header” to “head”.
Diffstat (limited to 'site/static/manifest.json')
-rw-r--r--site/static/manifest.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/site/static/manifest.json b/site/static/manifest.json
new file mode 100644
index 0000000..80c5526
--- /dev/null
+++ b/site/static/manifest.json
@@ -0,0 +1,17 @@
+{
+ "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",
+ "display": "standalone"
+}