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