{
  "name": "Elien Accountant",
  "short_name": "Elien",
  "description": "Professional financial management - works offline",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#f5f5f7",
  "theme_color": "#10A672",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": [
    "finance",
    "business"
  ],
  "prefer_related_applications": false,
  "scope": "/app"
}