{
  "name": "SpendMint \u2014 Spend smarter. Live better.",
  "short_name": "SpendMint",
  "description": "A calm, privacy-first spending dashboard. See exactly how much money you have left until payday.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#06182f",
  "theme_color": "#06182f",
  "categories": [
    "finance",
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Grocery list",
      "short_name": "List",
      "description": "Open your grocery list and check items off",
      "url": "/scan/list",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}