{
  "short_name": "AVA",
  "name": "AVA - Asset Valuation Assistant",
  "description": "Smart Valuations. Better Decisions. Gemini AI assisted asset valuation for real estate and vehicles.",
  "icons": [
    { "src": "favicon-64.png", "type": "image/png", "sizes": "64x64" },
    { "src": "apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
    { "src": "icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "start_url": "/",
  "scope": "/",
  "id": "/?ava",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#002FA7",
  "background_color": "#FFFFFF",
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "New valuation",
      "short_name": "New",
      "url": "/app/new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My valuations",
      "short_name": "Valuations",
      "url": "/app/valuations",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
