init
This commit is contained in:
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