{
  "name": "Mutual Fund Holdings Lite",
  "short_name": "MF Holdings",
  "description": "View all your mutual fund holdings in one place and on-demand refresh NAV to see latest valuation",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#0f1420",
  "background_color": "#0f1420",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Import Holdings",
      "short_name": "Import",
      "description": "Import your CAS file and load holdings",
      "url": "./index.html?tab=import",
      "icons": [{ "src": "./icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View your portfolio reports",
      "url": "./index.html?tab=report",
      "icons": [{ "src": "./icon-96.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}

