{
  "name": "Centgenie",
  "description": "A local-first expense tracker. Log what you spend on a keypad built for it, see where the week went, and keep every entry in your own browser — no account, no bank connection, nothing uploaded.",
  "slogan": "A spending ledger that never leaves your browser",
  "id": "/",
  "short_name": "Centgenie",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/ledger",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0a0a0a",
  "background_color": "#0a0a0a",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New entry",
      "short_name": "New entry",
      "description": "Log what you just spent",
      "url": "/entry",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ledger",
      "short_name": "Ledger",
      "description": "See where the week went",
      "url": "/ledger",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}