{
  "name": "SITOA — On-Site Communication",
  "short_name": "SITOA",
  "description": "Professional on-site event reporting and task management",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0d0d",
  "theme_color": "#ea580c",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230d0d0d' width='192' height='192' rx='24'/><text x='96' y='130' font-size='72' font-weight='900' fill='%23ea580c' text-anchor='middle' font-family='system-ui'>S</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230d0d0d' width='512' height='512' rx='64'/><text x='256' y='350' font-size='200' font-weight='900' fill='%23ea580c' text-anchor='middle' font-family='system-ui'>S</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "New Report",
      "short_name": "Report",
      "description": "Submit a new report",
      "url": "/index.html?action=report"
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View assigned tasks",
      "url": "/index.html?action=tasks"
    }
  ]
}
