{
  "name": "SpendFlow Finance",
  "short_name": "SpendFlow",
  "description": "Premium personal finance and expense tracker.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Record",
      "short_name": "Add",
      "description": "Quickly log a new transaction",
      "url": "./index.html?action=add",
      "icons": [{ "src": "./icon.png", "sizes": "512x512" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "Check your spending reports",
      "url": "./index.html?action=reports",
      "icons": [{ "src": "./icon.png", "sizes": "512x512" }]
    }
  ]
}
