{
  "short_name": "FTI",
  "name": "FreelanceTrackIt",
  "description": "The freelancer financial command center — invoices, budgets, expenses, and savings in one place.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to Dashboard"
    },
    {
      "name": "Budget Planner",
      "url": "/budget",
      "description": "Open Budget Planner"
    },
    {
      "name": "Savings Tracker",
      "url": "/savings",
      "description": "Open Savings Tracker"
    }
  ]
}
