{
  "name": "AI Launchpad",
  "short_name": "Launchpad",
  "description": "The gamified AI learning platform that evolves with you",
  "start_url": "/map",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#534AB7",
  "background_color": "#0A0A1A",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["education", "games"],
  "shortcuts": [
    {
      "name": "Star Map",
      "short_name": "Map",
      "url": "/map",
      "description": "View your learning journey on the star map",
      "icons": [
        {
          "src": "/icons/shortcut-star.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Challenge",
      "url": "/challenges",
      "description": "Take on today's AI challenge",
      "icons": [
        {
          "src": "/icons/shortcut-lightning.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Cards",
      "short_name": "Cards",
      "url": "/cards",
      "description": "Browse your collected knowledge cards",
      "icons": [
        {
          "src": "/icons/shortcut-collection.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
