{
  "name": "btsfn — Live Quizzes",
  "short_name": "btsfn",
  "description": "Create and run live interactive quizzes and presentations. Participants join from any device — no app needed.",
  "start_url": "/dashboard/",
  "display": "standalone",
  "background_color": "#0f0e1a",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["education", "productivity", "entertainment"],
  "icons": [
    {"src": "/static/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png"},
    {"src": "/static/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png"},
    {"src": "/static/icons/icon-128.png", "sizes": "128x128", "type": "image/png"},
    {"src": "/static/icons/icon-144.png", "sizes": "144x144", "type": "image/png"},
    {"src": "/static/icons/icon-152.png", "sizes": "152x152", "type": "image/png"},
    {"src": "/static/icons/icon-180.png", "sizes": "180x180", "type": "image/png"},
    {"src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {"name": "New Quiz",       "url": "/dashboard/new/",     "description": "Create a new quiz"},
    {"name": "Join Session",   "url": "/join/",              "description": "Join a live session"},
    {"name": "My Quizzes",     "url": "/dashboard/",         "description": "View all my quizzes"},
    {"name": "Template Packs", "url": "/quiz/templates/",    "description": "Browse 225 template packs"}
  ],
  "screenshots": [
    {"src": "/static/screenshots/host.png", "sizes": "390x844", "type": "image/png", "label": "Host a live quiz session"}
  ],
  "prefer_related_applications": false
}
