{
  "name": "Poll Greeter",
  "short_name": "Poll Greeter",
  "description": "Volunteer check-in tracker for polling locations",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a6b3c",
  "theme_color": "#1a6b3c",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities"],
  "lang": "en-US"
}
