{
  "name": "DiGovern",
  "short_name": "DiGovern",
  "description": "Digital Platform for Governance and Decisions",
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/svg+xml"
    },
    {
      "src": "/logo192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192"
    },
    {
      "src": "/logo512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    }
  ],
  "permissions": [
    "camera",
    "microphone",
    "usb",
    "geolocation",
    "notifications"
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Create Session",
      "short_name": "New Session",
      "description": "Create a new voting session",
      "url": "/sessions/create",
      "icons": [
        {
          "src": "/logo192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cast Vote",
      "short_name": "Vote",
      "description": "Participate in active voting",
      "url": "/voting/cast",
      "icons": [
        {
          "src": "/logo192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
