{
  "name": "SpellingGOAT",
  "short_name": "SpellingGOAT",
  "description": "The spelling practice app for students who want to be the Greatest Of All Time.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f172a",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "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": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Now",
      "short_name": "Practice",
      "description": "Jump straight into a spelling session",
      "url": "/words"
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "description": "View your spelling progress and scores",
      "url": "/progress"
    },
    {
      "name": "Hall of Fame",
      "short_name": "HOF",
      "description": "See the top spellers",
      "url": "/hall-of-fame"
    }
  ],
  "screenshots": []
}
