21 lines
385 B
JSON
21 lines
385 B
JSON
{
|
|
"name": "Markdown PDF 导出器",
|
|
"short_name": "Markdown PDF",
|
|
"start_url": "./",
|
|
"display": "standalone",
|
|
"background_color": "#f4f2ed",
|
|
"theme_color": "#1f2937",
|
|
"icons": [
|
|
{
|
|
"src": "icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|