51 lines
1.3 KiB
JSON
Executable File
51 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "禅道",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"background_color": "#fff",
|
|
"theme_color": "#3f51b5",
|
|
"description": "专注于协同的聊天软件",
|
|
"icons": [
|
|
{
|
|
"src": "resources/icons/48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/64x64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "resources/icons/512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|