diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-17 17:16:36 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-17 17:16:52 +0200 |
| commit | 5248a576a106552a71e720314299e7269d8f5bb5 (patch) | |
| tree | 1b3039845d6f3e1eb27827d8665e63accdc5c813 /site/static/manifest.json | |
| parent | 0115515eef708638ffe1c9c2d85ee5e479b35320 (diff) | |
Updates head partial and adds favicons
Renames “header” to “head”.
Diffstat (limited to 'site/static/manifest.json')
| -rw-r--r-- | site/static/manifest.json | 17 |
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" +} |
