AFFiNE/packages/frontend/core/public/manifest.json

67 lines
1.5 KiB
JSON
Raw Normal View History

2023-01-03 06:43:59 +03:00
{
"name": "AFFiNE: There can be more than Notion and Miro.",
2023-01-03 06:43:59 +03:00
"short_name": "AFFiNE",
"description": "AFFiNE is a workspace with fully merged docs, whiteboards and databases. Get more things done, your creativity isnt monotone.",
"start_url": "/?source=pwa",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
2023-01-03 06:43:59 +03:00
"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",
2023-01-03 06:43:59 +03:00
"sizes": "192x192",
"type": "image/png",
"density": 4
2023-01-03 06:43:59 +03:00
}
],
"screenshots": [
{
"src": "/imgs/screenshot1.png",
"type": "image/png",
"sizes": "1689x1117",
"form_factor": "wide"
},
{
"src": "/imgs/screenshot2.png",
"type": "image/png",
"sizes": "1689x1117",
"form_factor": "wide"
},
{
"src": "/imgs/screenshot3.png",
"type": "image/png",
"sizes": "759x1117",
"form_factor": "narrow"
}
]
}