{
  "name": "budgetr + splittR",
  "short_name": "budgetr",
  "description": "Smart expense tracking and group bill splitting.",
  "id": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0D0D10",
  "theme_color": "#0D0D10",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    { "src": "icons/icon-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "icons/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add Transaction",
      "short_name": "Add",
      "description": "Record a new expense or income",
      "url": "/add",
      "icons": [{ "src": "icons/shortcut-add.png", "sizes": "96x96" }]
    },
    {
      "name": "Group Splitter",
      "short_name": "Split",
      "description": "Split bills with friends",
      "url": "/splitter",
      "icons": [{ "src": "icons/shortcut-split.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Dashboard"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Feed"
    }
  ]
}
