PawMatchAI / manifest.json
DawnC's picture
Update manifest.json
b4bec37
raw
history blame
729 Bytes
{
"name": "PawMatch AI",
"short_name": "PawMatch",
"start_url": "https://dawnc-pawmatchai.hf.space/",
"scope": "https://dawnc-pawmatchai.hf.space/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4299e1",
"description": "Your Smart Dog Breed Guide",
"icons": [
{
"src": "https://dawnc-pawmatchai.hf.space/assets/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://dawnc-pawmatchai.hf.space/assets/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}