@wilboerht/blog-template
Version:
A modern bilingual blog template built with VitePress
22 lines (21 loc) • 509 B
JSON
{
"name": "Wilboerht's Blog",
"short_name": "WBlog",
"description": "A personal blog about technology, life, and everything in between",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3eaf7c",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}