aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-20 13:17:13 -0700
committerChristine Dodrill <me@christine.website>2018-10-20 13:24:18 -0700
commitdf2301f496ce0bd81bc8967fb27d49f7c76fe948 (patch)
tree0df2774761c4f5be5b9d3418a5aba0b5ebcc63df /static/manifest.json
parentcb2d716b38ca330b4d183a47ff9a8142fdf58c7f (diff)
downloadxesite-df2301f496ce0bd81bc8967fb27d49f7c76fe948.tar.xz
xesite-df2301f496ce0bd81bc8967fb27d49f7c76fe948.zip
static: support offline page service worker
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json24
1 files changed, 16 insertions, 8 deletions
diff --git a/static/manifest.json b/static/manifest.json
index 3fee2f5..8136ce9 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -1,9 +1,17 @@
{
- "name": "Christine Dodrill",
- "short_name": "Christine",
- "theme_color": "#ffcbe4",
- "background_color": "#fa99ca",
- "display": "standalone",
- "scope": "/",
- "start_url": "/"
-}
+ "name": "Christine Dodrill",
+ "short_name": "Christine",
+ "theme_color": "#ffcbe4",
+ "background_color": "#fa99ca",
+ "display": "standalone",
+ "scope": "/",
+ "start_url": "https://christine.website/",
+ "description": "Blog and Resume for Christine Dodrill",
+ "orientation": "any",
+ "icons": [
+ {
+ "src": "https://christine.website/static/img/avatar.png",
+ "sizes": "1024x1024"
+ }
+ ]
+} \ No newline at end of file