memos/web/public/manifest.json

18 lines
316 B
JSON
Raw Normal View History

{
2022-09-01 07:36:14 +08:00
"short_name": "Memos",
"name": "Memos",
2022-09-16 21:33:31 +08:00
"description": "usememos/memos",
2022-09-01 07:36:14 +08:00
"icons": [
{
"src": "/logo.webp",
2022-09-16 21:33:31 +08:00
"type": "image/webp",
"sizes": "520x520"
2022-09-01 07:36:14 +08:00
}
],
"start_url": "/",
"scope": "/",
2022-09-16 21:33:31 +08:00
"display": "standalone",
2022-09-01 07:36:14 +08:00
"theme_color": "#f6f5f4",
2022-09-16 21:33:31 +08:00
"background_color": "#f6f5f4"
2022-09-01 07:36:14 +08:00
}