{
  "name": "FieldReady",
  "short_name": "FieldReady",
  "description": "Commercial Locating Job Management - Manage jobs, timesheets, and expenses from the field",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "My Jobs",
      "url": "/my-jobs",
      "description": "View your assigned jobs"
    },
    {
      "name": "Calendar",
      "url": "/calendar",
      "description": "View job calendar"
    },
    {
      "name": "Timesheet",
      "url": "/timesheet",
      "description": "Log your hours"
    }
  ]
}
