Markdown2Html/public/manifest.json
liushuang f61200f54e init
2024-08-05 23:45:58 +08:00

21 lines
499 B
JSON

{
"short_name": "Markdown Nice",
"name": "Markdown Nice",
"icons": [
{
"src": "https://my-wechat.mdnice.com/mdnice/mdnice%20logo_20191007150129.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "https://my-wechat.mdnice.com/mdnice/mdnice%20logo_20191007150129.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}