mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 02:51:57 +03:00
feat(core): enrich pwa manifest.json (#6599)
This commit is contained in:
parent
07aeab6ac8
commit
f86646b931
BIN
packages/frontend/core/public/imgs/screenshot1.png
Normal file
BIN
packages/frontend/core/public/imgs/screenshot1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 828 KiB |
BIN
packages/frontend/core/public/imgs/screenshot2.png
Normal file
BIN
packages/frontend/core/public/imgs/screenshot2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 451 KiB |
BIN
packages/frontend/core/public/imgs/screenshot3.png
Normal file
BIN
packages/frontend/core/public/imgs/screenshot3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
@ -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 isn’t 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user