{
  "id": "com.mybenefitsbuddy.app",
  "name": "My Benefits Buddy",
  "short_name": "Benefits Buddy",
  "description": "Answer 12 quick questions and get a personalized list of benefits you may qualify for. Free, no judgment, no sign-up to start.",
  "start_url": "/get-started",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2074bf",
  "dir": "ltr",
  "lang": "en",
  "categories": ["government", "health", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}
