{
  "name": "Repair Queue — flashcard repair workbench",
  "short_name": "Repair Queue",
  "description": "Find and repair ambiguous or persistently forgotten study prompts. All analysis stays on your device.",
  "id": "/?source=pwa",
  "start_url": "/?v=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#11171a",
  "theme_color": "#11171a",
  "orientation": "any",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Open repair queue", "short_name": "Queue", "url": "/?view=queue", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
