{
  "id": "/app",
  "name": "Pinfolio",
  "short_name": "Pinfolio",
  "description": "Every position across every broker, exchange and wallet in one place, in your own currency.",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "business"],
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Holdings",
      "short_name": "Holdings",
      "description": "Every position, sorted and filtered",
      "url": "/app/holdings"
    },
    {
      "name": "Performance",
      "short_name": "Performance",
      "description": "Returns against your benchmark",
      "url": "/app/performance"
    },
    {
      "name": "Research",
      "short_name": "Research",
      "description": "Screeners, trackers and AI analysis",
      "url": "/app/research"
    },
    {
      "name": "Activity",
      "short_name": "Activity",
      "description": "Trades, dividends and journal entries",
      "url": "/app/activity"
    }
  ]
}
