{
    "name": "Restaurant Management System",
    "short_name": "RMS",
    "description": "Manage your restaurant with ease",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "any",
    "categories": ["business", "productivity"],
    "dir": "ltr",
    "lang": "en",
    "prefer_related_applications": false,
    "icons": [
      {
        "src": "/icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/icons/icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ]
}