{
  "short_name": "ShiftSync",
  "name": "ShiftSync - Modern Shift Scheduling",
  "description": "Create, manage, and publish staff schedules with ease. Perfect for small teams and businesses.",
  "icons": [
    {
      "src": "icon180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2766ff",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Add Shift",
      "short_name": "Add Shift",
      "description": "Quickly add a new shift to the schedule",
      "url": "/?action=addShift",
      "icons": [{ "src": "icon192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "description": "View the shift calendar",
      "url": "/?view=calendar",
      "icons": [{ "src": "icon192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
} 