{
  "name": "PSA - Professional Services Automation",
  "short_name": "PSA",
  "description": "Tickets, time tracking, and client management for MSPs",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0a0a0a",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Tickets",
      "url": "/tickets",
      "description": "View and manage tickets"
    },
    {
      "name": "Time Tracking",
      "url": "/time-tracking",
      "description": "Log and manage time entries"
    },
    {
      "name": "New Ticket",
      "url": "/tickets?create=true",
      "description": "Create a new ticket"
    }
  ]
}
