{
  "name": "Debt Manager",
  "short_name": "DebtMgr",
  "id": "./",
  "description": "Personal debt, cash-flow, FX, and scenario manager.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FAFAF9",
  "theme_color": "#FAFAF9",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Forecast",
      "short_name": "Forecast",
      "url": "./index.html#forecast"
    },
    {
      "name": "Impact",
      "short_name": "Impact",
      "url": "./index.html#impact"
    },
    {
      "name": "Sync Settings",
      "short_name": "Sync",
      "url": "./index.html#settings"
    }
  ]
}
