{
  "name": "Plirosi — Life's Connections",
  "short_name": "Plirosi",
  "description": "Meet people nearby and preserve your family history",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf9f4",
  "theme_color": "#8b5e3c",
  "icons": [
    {
      "src": "/static/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/static/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["social", "lifestyle"],
  "screenshots": [
    {
      "src": "/static/screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Find nearby connections"
    },
    {
      "src": "/static/screenshots/screen2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Build your family tree"
    }
  ]
}