NitWikit/static/manifest.json

22 lines
438 B
JSON
Raw Normal View History

2024-08-13 11:42:21 +08:00
{
"name": "笨蛋文档",
"short_name": "笨蛋文档",
"theme_color": "#2196f3",
"background_color": "#424242",
"display": "standalone",
"scope": "./",
"start_url": "./index.html",
"related_applications": [
{
"platform": "webapp",
"url": "https://yizhan.wiki/NitWikit/manifest.json"
}
],
"icons": [
{
"src": "img/book.png",
"sizes": "160x160",
"type": "image/png"
}
]
}