{ 
   "name": "Meat Dae - Fresh Meat Delivery" , 
   "short_name": "Meat Dae" , 
   "description": "Premium fresh meat delivered to your doorstep in Silchar." , 
   "start_url": "/customer/index.html" , 
   "display": "standalone" , 
   "background_color": "#ffffff" , 
   "theme_color": "#fc8019" , 
   "icons" : [ 
     { 
       "src": "/images/icons/icon-192x192.png" , 
       "sizes": "192x192" , 
       "type": "image/png" , 
       "purpose": "any maskable" 
     }, 
     { 
       "src": "/images/icons/icon-512x512.png" , 
       "sizes": "512x512" , 
       "type": "image/png" 
     } 
   ], 
   "shortcuts" : [ 
     { 
       "name": "My Orders" , 
       "url": "/customer/my_orders.html" , 
       "icons": [{ "src": "/images/icons/orders-icon.png", "sizes": "96x96"  }] 
     } 
   ] 
 }