xesite/static/manifest.json

18 lines
457 B
JSON
Raw Normal View History

2018-10-20 20:03:36 +00:00
{
"name": "Christine Dodrill",
"short_name": "Christine",
"theme_color": "#ffcbe4",
"background_color": "#fa99ca",
2019-01-12 17:38:50 +00:00
"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"
}
]
2019-01-12 17:25:48 +00:00
}