{
  "name": "Otantik - Restaurant Online Ordering",
  "short_name": "Otantik",
  "description": "Otantik - Order delicious food online from your favorite restaurants. Fast delivery, easy ordering, and great deals.",
  "theme_color": "#7c8e5a",
  "background_color": "#f5f1e8",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/images/logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/assets/images/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],

  "categories": ["food", "restaurant", "shopping"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Menu",
      "short_name": "Menu",
      "description": "Browse restaurant menu",
      "url": "/restaurant",
      "icons": [
        {
          "src": "/assets/images/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View shopping cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/assets/images/logo.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}


