{
  "name": "Cashfox",
  "short_name": "Cashfox",
  "description": "Don't just track your money. Outsmart it. Cashfox connects your daily spending to your life goals in real time.",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FAFAFA",
  "background_color": "#FAFAFA",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Quickly log an expense",
      "url": "/dashboard/expenses/"
    },
    {
      "name": "Budget",
      "short_name": "Budget",
      "description": "View your budget",
      "url": "/dashboard/budget/"
    },
    {
      "name": "Goals",
      "short_name": "Goals",
      "description": "Check your financial goals",
      "url": "/dashboard/goals/"
    },
    {
      "name": "Net Worth",
      "short_name": "Net Worth",
      "description": "Track your net worth",
      "url": "/dashboard/net-worth/"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
