{
  "short_name": "Hourdle",
  "name": "Hourdle - A Word Puzzle Every Hour",
  "id": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121213",
  "theme_color": "#538d4e",
  "description": "Guess the secret 5-letter word in 6 tries. A brand new puzzle unlocks at the top of every hour!",
  "categories": ["games", "puzzle", "education"],
  "icons": [
    {
      "src": "img/logo32.png",
      "type": "image/png",
      "sizes": "32x32",
      "purpose": "any"
    },
    {
      "src": "img/logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "img/logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "img/logo620.png",
      "type": "image/png",
      "sizes": "620x620",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Main Game",
      "url": "/?source=shortcut",
      "description": "Play the current hourly puzzle"
    },
    {
      "name": "Unlimited Practice",
      "url": "/practice.php?source=shortcut",
      "description": "Train with unlimited practice words"
    },
    {
      "name": "My Activity",
      "url": "/activity.php?source=shortcut",
      "description": "View past games and stats"
    }
  ]
}
