{
  "name": "Tablea - Bakery & Cafe",
  "short_name": "Tablea",
  "description": "اطلب من قائمة Tablea واستلم من الفرع · Order from Tablea menu",
  "start_url": "./menu/?src=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A0E05",
  "theme_color": "#C8963E",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["food", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "القائمة",
      "short_name": "Menu",
      "url": "./menu/",
      "icons": [{"src": "./icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "طلباتي",
      "short_name": "Orders",
      "url": "./menu/my_orders.php",
      "icons": [{"src": "./icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
