manifest.json
406 Bytes
{
"short_name": "ShopEase",
"name": "ShopEase - Online Shopping",
"description": "Your trusted online shopping destination",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#2c5aa0",
"background_color": "#ffffff",
"orientation": "portrait-primary"
}