Promptly / manifest.json
Inayatgaming's picture
Create manifest.json
7e730a1 verified
raw
history blame contribute delete
385 Bytes
{
"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" }
]
}