init
This commit is contained in:
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/icon-s.png
Normal file
BIN
static/icon-s.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
BIN
static/icon.png
Normal file
BIN
static/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 262 KiB |
BIN
static/images/screenshot1.png
Normal file
BIN
static/images/screenshot1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 228 KiB |
BIN
static/images/screenshot2.png
Normal file
BIN
static/images/screenshot2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 259 KiB |
BIN
static/images/veg.jpg
Normal file
BIN
static/images/veg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
45
static/manifest.json
Normal file
45
static/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user