{
  "name": "Journaira - Nigerian Trading Journal",
  "short_name": "Journaira",
  "description": "Track Nigerian stock trades, optimize taxes, and improve performance. Built for Nigerian traders.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0F9D58",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Trade",
      "short_name": "Add",
      "description": "Record a new trade manually",
      "url": "/trades/new?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Portfolio",
      "short_name": "Portfolio",
      "description": "View your portfolio and holdings",
      "url": "/dashboard?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Import Trades",
      "short_name": "Import",
      "description": "Import trades from CSV or PDF",
      "url": "/import?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tax Summary",
      "short_name": "Tax",
      "description": "View CGT thresholds and tax summary",
      "url": "/tax?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
