{
  "name": "GoGadAFI \u2014 Smart Money Manager",
  "short_name": "GoGadAFI",
  "description": "Track your expenses, income, goals and budgets \u2014 privately, per account.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a0a5e",
  "theme_color": "#5B4BDB",
  "lang": "en",
  "categories": [
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Add",
      "description": "Quickly add a new expense",
      "url": "./?action=add",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
