{
  "name": "Rwenzori Issue Tracker",
  "short_name": "RPL Issues",
  "description": "Report, track, and resolve workplace issues for the Rwenzori Process team.",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "display": "standalone",
  "scope": "/",
  "start_url": "/?source=pwa",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View all open issues"
    },
    {
      "name": "Report Issue",
      "url": "/?new=1",
      "description": "Report a new workplace issue"
    }
  ]
}
