{
  "name": "BillSlash — Lower Every Bill",
  "short_name": "BillSlash",
  "description": "Track recurring bills, get AI negotiation scripts, and save hundreds per year. Snap receipts, never miss a payment.",
  "id": "app.billslash",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0A0F0A",
  "theme_color": "#0A0F0A",
  "categories": ["business", "finance", "productivity", "utilities"],
  "iarc_rating_id": "3",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/overview.jpg",
      "type": "image/jpeg",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Overview dashboard — see all your bills and savings at a glance"
    },
    {
      "src": "/screenshots/bills.jpg",
      "type": "image/jpeg",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Bills — track every recurring payment in one place"
    },
    {
      "src": "/screenshots/calendar.jpg",
      "type": "image/jpeg",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Calendar — never miss a due date"
    },
    {
      "src": "/screenshots/reports.jpg",
      "type": "image/jpeg",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Reports — see exactly how much you're saving"
    }
  ],
  "shortcuts": [
    {
      "name": "Overview",
      "short_name": "Overview",
      "description": "Dashboard with your bills and savings",
      "url": "/dashboard?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Bills",
      "short_name": "Bills",
      "description": "All your recurring bills",
      "url": "/bills?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Upcoming due dates",
      "url": "/calendar?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Spending and savings reports",
      "url": "/reports?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/bills?shared=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+billslash",
      "url": "/?handler=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
