{
  "name": "KaTaNa Admin - Mobile Dashboard",
  "short_name": "KaTaNa Admin",
  "description": "Mobile admin app for banning players and viewing detections",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111827",
  "theme_color": "#00D9FF",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23111827' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' fill='%2300D9FF' text-anchor='middle' font-family='system-ui'>K</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23111827' width='540' height='720'/><text x='270' y='360' font-size='40' fill='%2300D9FF' text-anchor='middle'>KaTaNa Admin</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Quick Ban",
      "short_name": "Ban",
      "description": "Quickly ban a player",
      "url": "/mobile?action=ban",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='40' fill='%23EF4444'/></svg>", "sizes": "96x96" }]
    }
  ]
}
