{
  "name": "BitAscent",
  "short_name": "BitAscent",
  "description": "Climb the Bitcoin Knowledge Ladder with NOSTR",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#f97316",
  "orientation": "portrait",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "/icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/bitascent-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BitAscent Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Quiz",
      "short_name": "Quiz",
      "description": "Jump into a Bitcoin quiz",
      "url": "/quizzes",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "View the global leaderboard",
      "url": "/leaderboard",
      "icons": [{ "src": "/icons/icon-192x192.jpg", "sizes": "192x192" }]
    }
  ]
}
