{
  "name": "SarajPro Financial Management",
  "short_name": "SarajPro",
  "description": "Hotel financial management system for income, expenses, utilities and savings tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e40af",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "resources/hotel-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "resources/hotel-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "resources/hotel-logo.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "resources/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "resources/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Record new income entry",
      "url": "/dashboard.php?action=income",
      "icons": [
        {
          "src": "resources/income-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Add Expense",
      "short_name": "Expense",
      "description": "Record new expense",
      "url": "/dashboard.php?action=expense",
      "icons": [
        {
          "src": "resources/expense-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View financial reports",
      "url": "/dashboard.php?action=reports",
      "icons": [
        {
          "src": "resources/reports-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}