memos/web/public/manifest.json

17 lines
288 B
JSON
Raw Normal View History

{
2023-10-08 15:31:38 +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": [
{
2023-10-05 03:40:25 +03:00
"src": "/logo.png",
"type": "image/png"
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
}