chat-with-gpt/app/public/manifest.json

22 lines
446 B
JSON
Raw Normal View History

2023-03-06 13:30:58 +00:00
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
2023-03-06 13:30:58 +00:00
"short_name": "Chat with GPT",
"name": "Chat with GPT",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",
"icons": [
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
]
2023-03-06 13:30:58 +00:00
}