{
  "name": "Poko — Personal Budget",
  "short_name": "Poko",
  "description": "Track income, expenses, debts and goals. Free, private, no account needed.",
  "start_url": "/Poko/app.html",
  "scope": "/Poko/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#E53935",
  "icons": [
    {
      "src": "/Poko/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Poko/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "lang": "pl",
  "dir": "ltr"
}