This commit is contained in:
Kar
2022-09-21 22:06:36 +05:30
commit 7a790d9211
31 changed files with 11874 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/icon-s.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
static/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

BIN
static/images/veg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

45
static/manifest.json Normal file
View File

@@ -0,0 +1,45 @@
{
"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"
}
]
}