PawMatchAI / manifest.json
DawnC's picture
update app.py, styles.py, dmanifest, service worker and icon for mobile prepare
ef9be46
raw
history blame
500 Bytes
{
"name": "PawMatch AI",
"short_name": "PawMatch",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4299e1",
"description": "Your Smart Dog Breed Guide",
"icons": [
{
"src": "assets/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}