{
  "id": "/",
  "name": "DivvyTab — Tip & Bill Splitter",
  "short_name": "Divvy",
  "description": "Tip & bill splitter — divvy up any bill, by item, by person, or evenly.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0b0f",
  "theme_color": "#536dfe",
  "categories": ["finance", "utilities", "food"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/home.png", "sizes": "460x540", "type": "image/png", "form_factor": "narrow", "label": "Enter a bill amount and split it" },
    { "src": "/screenshots/history.png", "sizes": "460x540", "type": "image/png", "form_factor": "narrow", "label": "Track who has paid in History" }
  ],
  "shortcuts": [
    {
      "name": "New split",
      "short_name": "New split",
      "description": "Start a new bill split",
      "url": "/index.html",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
