mirror of https://github.com/usememos/memos.git
15 lines
491 B
JSON
15 lines
491 B
JSON
{
|
|
"name": "Memos",
|
|
"short_name": "Memos",
|
|
"description": "An open-source, self-hosted note-taking tool. Capture thoughts instantly. Own them completely.",
|
|
"icons": [
|
|
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"theme_color": "#faf9f5",
|
|
"background_color": "#faf9f5"
|
|
}
|