1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 14:36:22 -04:00
jarv.is/layouts/index.manifest.json

21 lines
469 B
JSON

{
"name": "{{ .Site.Title }}",
"short_name": "{{ .Site.Params.domain }}",
"icons": [
{
"src": "{{ "android-chrome-512x512.png" | absURL }}",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "{{ "android-chrome-192x192.png" | absURL }}",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "{{ .Site.BaseURL }}",
"display": "browser",
"background_color": "#ffffff",
"theme_color": "#0e6dc2"
}