mirror of https://github.com/usememos/memos
enhance: polish PWA manifest and meta tags (#5695)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>pull/5697/head
parent
cd5816c428
commit
e70149af5f
@ -1,10 +1,14 @@
|
||||
{
|
||||
"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",
|
||||
"start_url": "/"
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"theme_color": "#faf9f5",
|
||||
"background_color": "#faf9f5"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue