42b9cc2b64
Prettier: auto-formatted 103 files to fix baseline. Prettier check in CI is now a hard gate (removed continue-on-error). Brotli: installed libnginx-mod-http-brotli-filter/static. Enabled in nginx with brotli_static on for pre-compressed assets and comp_level 6. Sentry releases: deploy script now exports VITE_APP_VERSION=<git-short-sha> before building so each Sentry release maps to an exact commit. CI also passes github.sha as VITE_APP_VERSION. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "Lotus Chat",
|
|
"short_name": "Lotus Chat",
|
|
"description": "Lotus Chat \u2014 the Lotus Guild Matrix client",
|
|
"dir": "auto",
|
|
"lang": "en-US",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"start_url": "./",
|
|
"background_color": "#0a0a0a",
|
|
"theme_color": "#980000",
|
|
"icons": [
|
|
{
|
|
"src": "./public/android/android-chrome-36x36.png",
|
|
"sizes": "36x36",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./public/android/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"categories": ["social", "communication", "productivity"],
|
|
"shortcuts": [
|
|
{
|
|
"name": "New Message",
|
|
"short_name": "DM",
|
|
"description": "Open a new direct message",
|
|
"url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "res/android/android-chrome-96x96.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|