{
  "name": "SilverDESK - Helpdesk & Bug Tracker",
  "short_name": "SilverDESK",
  "description": "Comprehensive helpdesk and bug tracking system with SLA management",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000c16",
  "background_color": "#0f172a",
  "scope": "/",
  "lang": "en-US",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "shortcuts": [
    {
      "name": "New Ticket",
      "short_name": "New Ticket",
      "description": "Create a new support ticket",
      "url": "/helpdesk/tickets/new",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "description": "View all tickets",
      "url": "/helpdesk/tickets",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "48x48"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/png", "image/jpeg", "image/gif", "image/webp", "image/*"]
        }
      ]
    }
  }
}