mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-20 14:51:39 +03:00
43 lines
767 B
JSON
Executable File
43 lines
767 B
JSON
Executable File
{
|
|
"name": "AFFiNE",
|
|
"short_name": "AFFiNE",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon-36.png",
|
|
"sizes": "36x36",
|
|
"type": "image/png",
|
|
"density": 0.75
|
|
},
|
|
{
|
|
"src": "/favicon-48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png",
|
|
"density": 1
|
|
},
|
|
{
|
|
"src": "/favicon-72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"density": 1.5
|
|
},
|
|
{
|
|
"src": "/favicon-96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"density": 2
|
|
},
|
|
{
|
|
"src": "/favicon-144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"density": 3
|
|
},
|
|
{
|
|
"src": "/favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"density": 4
|
|
}
|
|
]
|
|
}
|