mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-16 01:59:51 +00:00
@ -1,14 +1,41 @@
|
||||
{
|
||||
"short_name": "Markblog",
|
||||
"name": "Markblog - Simple Markdown blog CMS",
|
||||
"icons": [
|
||||
],
|
||||
"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": "/",
|
||||
"background_color": "#6200EE",
|
||||
"orientation": "any",
|
||||
"background_color": "#FFFFFF",
|
||||
"display": "standalone",
|
||||
"theme_color": "#6200EE"
|
||||
}
|
||||
|
Reference in New Issue
Block a user