{
  "name": "CW Timesheet",
  "short_name": "CW Time",
  "description": "Mobile timesheet app for CorpWorks staff - clock in/out, track breaks, log hours with GPS",
  "start_url": "/staff.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#FFD000",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23FFD000' width='192' height='192'/><text x='50%' y='50%' font-size='100' font-weight='bold' font-family='Arial' fill='%230d0d0d' text-anchor='middle' dy='.3em'>CW</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='%23FFD000' width='512' height='512'/><text x='50%' y='50%' font-size='280' font-weight='bold' font-family='Arial' fill='%230d0d0d' text-anchor='middle' dy='.35em'>CW</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Quickly clock in to work",
      "url": "/staff.html?action=clock-in",
      "icons": []
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View submitted timesheets",
      "url": "/staff.html?action=history",
      "icons": []
    }
  ]
}
