memos/web/public/manifest.json

18 lines
316 B
JSON
Raw Normal View History

{
2022-09-01 02:36:14 +03:00
"short_name": "Memos",
"name": "Memos",
2022-09-16 16:33:31 +03:00
"description": "usememos/memos",
2022-09-01 02:36:14 +03:00
"icons": [
{
"src": "/logo.webp",
"type": "image/webp",
2022-09-16 16:33:31 +03:00
"sizes": "520x520"
2022-09-01 02:36:14 +03:00
}
],
"start_url": "/",
"scope": "/",
2022-09-16 16:33:31 +03:00
"display": "standalone",
2022-12-13 18:34:38 +03:00
"theme_color": "#f4f4f5",
"background_color": "#f4f4f5"
2022-09-01 02:36:14 +03:00
}