{
  "name": "DuoQuest — Find Your Match Through Games",
  "short_name": "DuoQuest",
  "description": "Find your match through games, not swipes. Play, reveal, connect.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#fb6f92",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "entertainment"],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Games",
      "url": "/main.html",
      "icons": [{"src": "img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Notifications",
      "url": "/matches.html",
      "icons": [{"src": "img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
