Files
Roo-Code/webview-ui/public/manifest.json
Saoud Rizwan 94f74ec8e5 Remove images
2024-07-10 04:41:45 -04:00

26 lines
459 B
JSON

{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}