{
  "name": "Ledger",
  "short_name": "Ledger",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#E7E9E4",
  "theme_color": "#E7E9E4",
  "start_url": "./",
  "scope": "./",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/ledger/",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "description": "Shared expenses and personal spending, in one place.",
  "categories": [
    "finance",
    "productivity"
  ]
}