mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-10-20 17:53:45 +00:00
29 lines
650 B
JSON
Executable File
29 lines
650 B
JSON
Executable File
---
|
|
layout: compress
|
|
---
|
|
|
|
{% assign favicon_path = "/assets/img/favicons" | relative_url %}
|
|
|
|
{
|
|
"name": "{{ site.title }}",
|
|
"short_name": "{{ site.title }}",
|
|
"description": "{{ site.description }}",
|
|
"icons": [
|
|
{
|
|
"src": "{{ favicon_path }}/web-app-manifest-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "{{ favicon_path }}/web-app-manifest-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "{{ '/index.html' | relative_url }}",
|
|
"theme_color": "#2a1e6b",
|
|
"background_color": "#ffffff",
|
|
"display": "fullscreen"
|
|
}
|