41 lines
859 B
JSON
41 lines
859 B
JSON
{
|
|
"id": "/",
|
|
"name": "PrivateChat",
|
|
"short_name": "PrivateChat",
|
|
"description": "Private peer-to-peer chat with Angular, Fastify, and WebRTC.",
|
|
"lang": "en",
|
|
"dir": "ltr",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#08111d",
|
|
"theme_color": "#08111d",
|
|
"icons": [
|
|
{
|
|
"src": "pwa-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "pwa-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "maskable-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "maskable-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|