mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
Merge 145918593aab61fc6ec276ed0bf94a544e1ea2df into 63950b897b2f6771fd96fac55e1f7b4eaf28c44c
This commit is contained in:
commit
0524fff591
@ -5,6 +5,7 @@
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<title>Docmost</title>
|
||||
</head>
|
||||
<body>
|
||||
@ -14,4 +15,4 @@
|
||||
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
BIN
apps/client/public/favicon-160x160.png
Normal file
BIN
apps/client/public/favicon-160x160.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
45
apps/client/public/manifest.json
Normal file
45
apps/client/public/manifest.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"background_color": "#000000",
|
||||
"description": "Open-source collaborative wiki and documentation software.",
|
||||
"display": "standalone",
|
||||
"name": "Docmost",
|
||||
"orientation": "portrait-primary",
|
||||
"prefer_related_applications": false,
|
||||
"scope": "/",
|
||||
"short_name": "Docmost",
|
||||
"start_url": "/",
|
||||
"theme_color": "#000000",
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/screenshots/desktop-1920x1080.png",
|
||||
"sizes": "1920x1080",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide",
|
||||
"label": "Navigation between workspace and notes"
|
||||
},
|
||||
{
|
||||
"src": "/screenshots/mobile-390x844.png",
|
||||
"sizes": "390x844",
|
||||
"type": "image/png",
|
||||
"form_factor": "narrow",
|
||||
"label": "Navigation between workspace and notes"
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon-16x16.png",
|
||||
"type": "image/png",
|
||||
"sizes": "16x16"
|
||||
},
|
||||
{
|
||||
"src": "/favicon-32x32.png",
|
||||
"type": "image/png",
|
||||
"sizes": "32x32"
|
||||
},
|
||||
{
|
||||
"src": "/favicon-160x160.png",
|
||||
"type": "image/png",
|
||||
"sizes": "160x160"
|
||||
}
|
||||
]
|
||||
}
|
BIN
apps/client/public/screenshots/desktop-1920x1080.png
Normal file
BIN
apps/client/public/screenshots/desktop-1920x1080.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
BIN
apps/client/public/screenshots/mobile-390x844.png
Normal file
BIN
apps/client/public/screenshots/mobile-390x844.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
Loading…
x
Reference in New Issue
Block a user