{
  "name": "Vibe The Vote",
  "short_name": "Vibe The Vote",
  "id": "/",
  "description": "Find your nearest polling place, check voter registration deadlines, and verify info with official election authorities.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["civics", "utilities", "government"],
  "background_color": "#fbfbfd",
  "theme_color": "#0071e3",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Find polling place",
      "short_name": "Find polls",
      "description": "Locate the nearest polling places",
      "url": "/?action=locate",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Voting rules",
      "short_name": "Rules",
      "description": "Browse voting rules for your state",
      "url": "/?section=rules",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}