{
  "name": "TheVotingStation - Secure Online Voting",
  "short_name": "VotingStation",
  "description": "Secure online voting platform for associations, organizations, and democratic elections",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "government"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Admin Login",
      "short_name": "Admin",
      "description": "Login to association admin dashboard",
      "url": "/admin",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Voter Login",
      "short_name": "Vote",
      "description": "Login to cast your vote",
      "url": "/voter",
      "icons": [
        {
          "src": "/logo-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
