{
  "name": "OneLessBill – Bill Tracker & Payment Reminder",
  "short_name": "OneLessBill",
  "description": "Track recurring bills, get payment reminders, and never miss a due date. Free bill organizer with calendar view and dark mode.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f9f9fb",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a Bill",
      "short_name": "New Bill",
      "description": "Quickly add a new bill",
      "url": "/bills/new",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "description": "See your payment calendar",
      "url": "/calendar",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "type": "image/jpeg",
      "sizes": "1280x720",
      "form_factor": "wide",
      "label": "OneLessBill dashboard — payment overview"
    }
  ]
}
