{
  "name": "Ledger — Private Money Tracking",
  "short_name": "Ledger",
  "description": "Private, on-device expense and income tracker. No accounts, no servers, no analytics.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f3f7f5",
  "theme_color": "#0d9488",
  "lang": "en-AU",
  "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" }
  ],
  "shortcuts": [
    {
      "name": "Add expense",
      "short_name": "Add expense",
      "description": "Jump straight to adding a new expense",
      "url": "./index.html?action=add-expense",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add income",
      "short_name": "Add income",
      "description": "Jump straight to adding new income",
      "url": "./index.html?action=add-income",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
