{
  "name": "Sushi Club App",
  "short_name": "Sushi Club",

  "description": "Japanese food delivery, table reservations, rewards and AI ordering in Hurghada.",

  "start_url": "/app/",
  "scope": "/app/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#07080c",
  "theme_color": "#F20202",

  "icons": [
    {
      "src": "/app/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": [
    "food",
    "shopping",
    "lifestyle"
  ],

  "lang": "en",

  "dir": "ltr"
}