Spaces:
Running
Running
File size: 385 Bytes
7e730a1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"name": "Promptly Web Client",
"short_name": "Promptly",
"start_url": ".",
"display": "standalone",
"background_color": "#071029",
"theme_color": "#5b21b6",
"description": "Realtime web client for Promptly",
"icons": [
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
]
} |