
{
  "id": "atlas-trading-dashboard",
  "name": "Atlas - Trading Dashboard",
  "short_name": "Atlas",
  "description": "Atlas helps you visualize your trading history. Upload your trade report to see an interactive dashboard.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0c0b1e",
  "theme_color": "#0c0b1e",
  "orientation": "any",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
        "src": "/logo.svg",
        "sizes": "192x192",
        "type": "image/svg+xml",
        "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Atlas Dashboard"
    },
    {
      "src": "/logo.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Atlas Dashboard Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/?view=dashboard",
      "icons": [{ "src": "/dashboard-icon.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [".csv"]
      }
    }
  ]
}
