mirror of
https://github.com/Zhuym07/Tsumugiboshi.git
synced 2025-05-20 00:17:27 +08:00
22 lines
430 B
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"
|
|
}
|
|
]
|
|
}
|