mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-04-22 19:02:16 +00:00
42 lines
836 B
JSON
42 lines
836 B
JSON
{
|
|
"short_name": "Markblog",
|
|
"name": "Markblog - Simple Markdown blog CMS",
|
|
"description": "A static blog generator",
|
|
"lang": "en-US",
|
|
"icons": [{
|
|
"src": "logo/maskable_icon.png",
|
|
"type": "image/png",
|
|
"sizes": "1024x1024",
|
|
"purpose": "maskable"
|
|
}, {
|
|
"src": "logo.svg",
|
|
"type":"image/svg+xml",
|
|
"sizes":"512x512"
|
|
}, {
|
|
"src": "logo/512.webp",
|
|
"type": "image/webp",
|
|
"sizes": "512x512"
|
|
}, {
|
|
"src": "logo/512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}, {
|
|
"src": "logo/192.webp",
|
|
"type": "image/webp",
|
|
"sizes": "192x192"
|
|
}, {
|
|
"src": "logo/192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}],
|
|
"serviceworker": {
|
|
"src": "/service-worker.js"
|
|
},
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"orientation": "any",
|
|
"background_color": "#FFFFFF",
|
|
"display": "standalone",
|
|
"theme_color": "#6200EE"
|
|
}
|