mirror of https://github.com/usememos/memos.git
16 lines
479 B
JSON
16 lines
479 B
JSON
{
|
|
"name": "Memos",
|
|
"short_name": "Memos",
|
|
"description": "A lightweight, self-hosted knowledge management and note-taking platform",
|
|
"icons": [
|
|
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"display": "standalone",
|
|
"start_url": "/",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff",
|
|
"orientation": "any",
|
|
"scope": "/"
|
|
}
|