feat(core): enrich pwa manifest.json (#6599)

This commit is contained in:
EYHN 2024-04-17 19:14:25 +08:00 committed by GitHub
parent 07aeab6ac8
commit f86646b931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 27 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View File

@ -1,6 +1,11 @@
{
"name": "AFFiNE",
"name": "AFFiNE: There can be more than Notion and Miro.",
"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": "/",
"icons": [
{
"src": "/favicon-36.png",
@ -38,5 +43,25 @@
"type": "image/png",
"density": 4
}
],
"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"
}
]
}
}