{
  "name": "کافه می",
  "short_name": "Cafe Me",
"start_url": "/customer.html?source=pwa",  
  "display": "standalone",
  "background_color": "#2a2e3a",
  "theme_color": "#0596b0",
  "description": "سفارش آنلاین قهوه و نوشیدنی",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}