{
  "id": "./index.html",
  "name": "Kiventhra AI",
  "short_name": "Kiventhra",
  "description": "A local-first AI budgeting app with transactions, budgets, goals, income planning, and secure Express Tech licensing.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0b1114",
  "theme_color": "#20292d",
  "orientation": "any",
  "categories": ["finance", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
