mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-05-27 19:49:55 +00:00
15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"short_name": "Markblog",
|
|
"name": "Markblog - Simple Markdown blog CMS",
|
|
"icons": [
|
|
],
|
|
"serviceworker": {
|
|
"src": "/service-worker.js"
|
|
},
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"background_color": "#6200EE",
|
|
"display": "standalone",
|
|
"theme_color": "#6200EE"
|
|
}
|