{
  "id": "/",
  "name": "Battle Trivia - Multiplayer & Daily Games",
  "short_name": "Battle Trivia",
  "description": "Play free Daily Sudoku, Daily Link It, and a full 15x15 Daily Crossword, or join live multiplayer games.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#090b12",
  "theme_color": "#090b12",
  "categories": ["games", "education", "entertainment", "social"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Daily Crossword",
      "short_name": "Crossword",
      "description": "Open today's free full-size 15x15 crossword.",
      "url": "/daily/crossword?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Play Daily Sudoku",
      "short_name": "Sudoku",
      "description": "Open today's free validated Sudoku.",
      "url": "/daily/sudoku?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open game library",
      "short_name": "Games",
      "description": "Choose a live game or create one from a topic.",
      "url": "/rooms?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Play Daily Link It",
      "short_name": "Link It",
      "description": "Find four hidden groups in today's sixteen-tile board.",
      "url": "/daily/link-it?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
