{
  "name": "Expense",
  "short_name": "Expense",
  "description": "Track monthly and yearly expenses with detailed analysis.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4154f1",
  "orientation": "any",
  "icons": [
    {
      "src": "img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cash Flow",
      "short_name": "Cash Flow",
      "url": "./cash_flow.php",
      "description": "View cash flow transactions"
    },
    {
      "name": "Calendar View",
      "short_name": "Calendar",
      "url": "./calendar.php",
      "description": "Expense calendar"
    },
    {
      "name": "Recurring Expenses",
      "short_name": "Recurring",
      "url": "./recurring.php",
      "description": "Manage recurring expenses"
    }
  ]
}
