Unverified Commit 484efbbf authored by Webysther Sperandio's avatar Webysther Sperandio Committed by GitHub

chore: update manifest.json (#2568)

parent e83d4834
......@@ -2,15 +2,32 @@
"short_name": "memos",
"name": "memos",
"description": "usememos/memos",
"start_url": "/",
"scope": "/",
"display": "standalone",
"theme_color": "#f4f4f5",
"background_color": "#f4f4f5",
"icons": [
{
"src": "/logo.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "/logo.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "/logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": "/",
"scope": "/",
"display": "standalone",
"theme_color": "#f4f4f5",
"background_color": "#f4f4f5"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment