{
  "id": "menulisty",
  "name": "Menulisty",
  "short_name": "Menulisty",
  "description": "Discover restaurant and cafe menus, explore nearby places, and find food recommendations easily.",
  "lang": "en",
  "dir": "ltr",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],

  "orientation": "any",

  "background_color": "#ffffff",
  "theme_color": "#ffffff",

  "categories": [
    "food",
    "lifestyle",
    "travel"
  ],

  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}