{
  "name": "Cert Cram — Daily CyberSec Drill",
  "short_name": "Cert Cram",
  "description": "One exam-style cybersec question per day. Streak counter, explanations, cert tracking.",
  "start_url": "drill.html",
  "display": "standalone",
  "background_color": "#0a0c0b",
  "theme_color": "#0a0c0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Today's Drill",
      "short_name": "Drill",
      "description": "Open today's question",
      "url": "drill.html",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>" }]
    }
  ]
}