{
  "id": "/?source=pwa",
  "name": "MyTurn Remote Queue",
  "short_name": "MyTurn",
  "description": "The Queue without the Wait. Join the live queue or reserve a table.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "theme_color": "#DE5E92",
  "background_color": "#FFFFFF",
  "categories": ["food", "lifestyle", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+myturn",
      "url": "/open?url=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse",
      "short_name": "Browse",
      "description": "Find restaurants and branches near you.",
      "url": "/?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcuts/browse-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Queue",
      "short_name": "My Queue",
      "description": "View your active queue tickets and wait status.",
      "url": "/queue?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcuts/queue-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "See your past queue and reservation history.",
      "url": "/history?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcuts/history-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Manage your account and preferences.",
      "url": "/profile?source=shortcut",
      "icons": [
        {
          "src": "/icons/shortcuts/profile-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop/home-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Browse restaurants and join the queue"
    },
    {
      "src": "/screenshots/desktop/join-queue-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Join a live queue or reserve a table"
    },
    {
      "src": "/screenshots/desktop/my-queue-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Track your queue position and wait time"
    },
    {
      "src": "/screenshots/mobile/home-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MyTurn on mobile — The Queue without the Wait"
    },
    {
      "src": "/screenshots/mobile/my-queue-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live queue status on your phone"
    },
    {
      "src": "/screenshots/mobile/ticket-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your ticket with QR code and notifications"
    }
  ]
}
