Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-06 00:39:09 +01:00
parent 32e09522bc
commit a5db5b9dbe
24 changed files with 1476 additions and 953 deletions

View File

@ -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"
}