templates/base: add PWA manifest

This commit is contained in:
Cadey Ratio 2018-10-20 13:03:36 -07:00
parent d2ff440799
commit cb2d716b38
2 changed files with 10 additions and 0 deletions

9
static/manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Christine Dodrill",
"short_name": "Christine",
"theme_color": "#ffcbe4",
"background_color": "#fa99ca",
"display": "standalone",
"scope": "/",
"start_url": "/"
}

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/hack.css" />
<link rel="stylesheet" href="/css/gruvbox-dark.css" />
<link rel="manifest" href="/static/manifest.json" />
<link rel="alternate" type="application/rss+xml" href="https://christine.website/blog.rss" />
<link rel="alternate" type="application/atom+xml" href="https://christine.website/blog.atom" />