{
  "name": "Papyrus Projects",
  "short_name": "Papyrus",
  "description": "Raise requests and help-desk tickets, track their status, and discuss them with the team.",
  "id": "/",
  "start_url": "/my-requests",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1E3A6E",
  "theme_color": "#1E3A6E",
  "lang": "en",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Request",
      "url": "/my-requests?compose=request",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New SLA Ticket",
      "url": "/my-requests?compose=sla",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
