{
  "name": "Savvy Funds — Learn Investing",
  "short_name": "Savvy Funds",
  "description": "The easiest way to finally understand money and investing. Bite-sized lessons, real examples, zero jargon. Learn everything, risk nothing.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#06060d",
  "theme_color": "#1AE890",
  "categories": ["education", "finance"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Learn investing the easy way"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Practice portfolios for stocks and crypto"
    }
  ],
  "shortcuts": [
    {
      "name": "Continue Learning",
      "short_name": "Learn",
      "description": "Pick up where you left off",
      "url": "/#/academy",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Practice Portfolio",
      "short_name": "Practice",
      "description": "Trade with virtual money",
      "url": "/#/playground",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}
