swarnamath/static/manifest.json

45 lines
1.1 KiB
JSON

{
"short_name": "Swarna Math",
"name": "Delivery App Swarna Math",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "Swarna Math -Vegetables",
"short_name": "Vegetables",
"description": "Get Vegetables delivered to your home.",
"url": "/category/vegetables",
"icons": [{ "src": "/icon.png", "sizes": "192x192" }]
},
{
"name": "Swarna Math - fruits",
"short_name": "fruits",
"description": "Get Fruits delivered to your home.",
"url": "/category/fruits",
"icons": [{ "src": "/icon.png", "sizes": "192x192" }]
}
],
"description": "Delivery App Swarna Math",
"screenshots": [
{
"src": "/images/screenshot1.png",
"type": "image/png",
"sizes": "540x720"
},
{
"src": "/images/screenshot2.jpg",
"type": "image/jpg",
"sizes": "540x720"
}
]
}