{
  "name": "CashCow - Automatic Investment Method Portfolio Manager",
  "short_name": "CashCow",
  "description": "Manage your investment portfolio with the Automatic Investment Method (AIM) strategy",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f172a",
  "background_color": "#ffffff",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Create Portfolio",
      "short_name": "New Portfolio",
      "description": "Create a new investment portfolio",
      "url": "/dashboard?action=create-portfolio",
      "icons": [
        {
          "src": "/icons/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Portfolios",
      "short_name": "Portfolios",
      "description": "View all your portfolios",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
