{
  "id": "com.twentyroll.app",
  "name": "Twentyroll: Ultimate Trivia Experience",
  "short_name": "Twentyroll",
  "description": "Challenge friends, compete globally, and test your knowledge across endless categories with fast-paced, intelligent trivia.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0a1a",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["games", "entertainment", "education"],
  "shortcuts": [
    {
      "name": "Play Solo",
      "short_name": "Solo",
      "description": "Start a solo trivia game",
      "url": "/game/solo?source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Challenge Friend",
      "short_name": "Challenge",
      "description": "Challenge a friend to a trivia game",
      "url": "/game/friend?source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leaderboards",
      "short_name": "Rankings",
      "description": "View global trivia leaderboards",
      "url": "/leaderboards?source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Categories",
      "short_name": "Topics",
      "description": "Browse trivia categories",
      "url": "/categories?source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
