{
"name": "Poster Maker",
"short_name": "PosterApp",
"description": "Create amazing posters and designs quickly on your mobile device.",
"start_url": "index.html",
"display": "standalone",
"background_color": "#1e0539",
"theme_color": "#6d28d9",
"icons": [
{
"src": "https://poster-maker.victorborah.dev/assets/images/canvas.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://poster-maker.victorborah.dev/assets/images/canvas.png",
"sizes": "512x512",
"type": "image/png"
}
]
}