{
  "name": "Divyourday",
  "short_name": "Divyourday",
  "description": "Split with friends and track your own money. Groups, wallet, and reports in one PWA.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F3F6F8",
  "theme_color": "#0F6B5C",
  "lang": "en",
  "scope": "/",
  "orientation": "portrait",
  "categories": [
    "finance",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Add expense",
      "short_name": "Add",
      "url": "/dashboard?action=add-expense",
      "description": "Quickly add a new expense"
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "url": "/wallet",
      "description": "Track personal accounts, budgets, and spending"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
