{
  "name": "QC Review",
  "short_name": "QC Review",
  "description": "Offline-first quality control interface for reviewing 3D models and images",
  "start_url": "/qc.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0d1a",
  "theme_color": "#1a1a2e",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E%F0%9F%94%8D%3C/text%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Grid View",
      "short_name": "Grid",
      "description": "Switch to grid view",
      "url": "/qc.html?view=grid",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300d4aa' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E" }]
    },
    {
      "name": "Columns View",
      "short_name": "Columns",
      "description": "Switch to kanban columns view",
      "url": "/qc.html?view=columns",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300d4aa' stroke-width='2'%3E%3Crect x='3' y='3' width='6' height='18' rx='1'/%3E%3Crect x='12' y='3' width='6' height='18' rx='1'/%3E%3Crect x='21' y='3' width='6' height='18' rx='1'/%3E%3C/svg%3E" }]
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [],
  "file_handlers": [],
  "share_target": {
    "action": "/qc.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}