{
  "name": "Crossword World",
  "short_name": "Crossword",
  "description": "A multilingual crossword world for every generation.",
  "id": "./",
  "lang": "en",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f6efe2",
  "theme_color": "#173f5f",
  "categories": ["games", "education", "entertainment"],
  "orientation": "any",
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "shortcuts": [
    {
      "name": "New crossword",
      "short_name": "New puzzle",
      "description": "Choose a language, theme and grid size.",
      "url": "./#forge",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Daily crossword",
      "short_name": "Daily",
      "description": "Open today’s prepublished crossword.",
      "url": "./#daily",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
