{
  "name": "IQ Art — Brain Test and Training",
  "short_name": "IQ Art",
  "description": "Test your IQ, train your brain, compete in battles. 8 categories, daily challenges, and real-time leaderboards.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0b1e",
  "theme_color": "#a855f7",
  "categories": ["education", "games", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-screenshot.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "IQ Art Dashboard — Brain Test & Training Platform"
    }
  ],
  "shortcuts": [
    {
      "name": "Take IQ Test",
      "short_name": "IQ Test",
      "url": "/dashboard/test",
      "description": "Start a full IQ assessment",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Brain Gym",
      "short_name": "Gym",
      "url": "/dashboard/gym",
      "description": "Train your brain with quick exercises",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "url": "/dashboard/leaderboard",
      "description": "See top scores and rankings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Brain Battles",
      "short_name": "Battles",
      "url": "/dashboard/battles",
      "description": "Challenge others in real-time",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
