{
    "name": "Domino's Luxembourg City/Gare",
    "short_name": "DPLUX City/Gare",
    "description": "Domino's Management System for Luxembourg City/Gare",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#FFF",
    "theme_color": "#FFF",
    "scope": "/",
    "lang": "en-US",
    "categories": ["business", "productivity", "utilities"],
    "launch_handler": {
      "client_mode": "focus-existing"
    },
    "icons": [
      {
        "src": "images/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "images/android-chrome-512x512.png",
        "sizes": "512x512", 
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "images/apple-touch-icon.png",
        "sizes": "180x180",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "images/favicon-32x32.png",
        "sizes": "32x32",
        "type": "image/png",
        "purpose": "any"
      }
    ],
    "shortcuts": [
      {
        "name": "Dashboard",
        "short_name": "Dashboard",
        "description": "View main dashboard",
        "url": "/dashboard",
        "icons": [
          {
            "src": "images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Driver Interface", 
        "short_name": "Driver",
        "description": "Access driver interface",
        "url": "/driver",
        "icons": [
          {
            "src": "images/android-chrome-192x192.png",
            "sizes": "192x192", 
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Messages",
        "short_name": "Messages", 
        "description": "View dashboard messages",
        "url": "/messages",
        "icons": [
          {
            "src": "images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
          }
        ]
      }
    ],
    "share_target": {
      "action": "/",
      "method": "GET",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    },
    "protocol_handlers": [
      {
        "protocol": "web+dominos",
        "url": "/?protocol=%s"
      }
    ],
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "handle_links": "preferred",
    "edge_side_panel": {
      "preferred_width": 400
    }
  }
  