{
  "name": "Al Amir Bakery - معجنات الأمير",
  "short_name": "Al Amir Bakery",
  "description": "Order delicious manakish and pizza from Al Amir Bakery in Beirut, Lebanon",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#fbbf24",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "restaurant", "shopping"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/alamir-pizza.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Al Amir Bakery App"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Manakish",
      "short_name": "Manakish",
      "description": "Quick order manakish",
      "url": "/?category=manakish",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Order Pizza",
      "short_name": "Pizza",
      "description": "Quick order pizza",
      "url": "/?category=pizza",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
