{
  "name": "PDA Sewa Portal — Citizen Justice",
  "short_name": "PDA Sewa",
  "description": "PDA Sewa Portal — Justice, Equality, and Progress for all citizens. File and track grievances securely.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#dc2626",
  "lang": "en",
  "dir": "ltr",
  "categories": ["government", "social", "productivity"],
  "icons": [
    {
      "src": "pda-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "pda-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "File a Complaint",
      "short_name": "Lodge",
      "description": "File a new grievance",
      "url": "./?action=lodge",
      "icons": [{ "src": "pda-logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Track Status",
      "short_name": "Track",
      "description": "Track your complaint",
      "url": "./?action=track",
      "icons": [{ "src": "pda-logo.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
