Tsumugiboshi/manifest.json

22 lines
430 B
JSON

{
"name": "TsumugiBoshi",
"short_name": "纺星",
"description": "神秘API调试工具",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1976d2",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}