{
  "name": "PlugMeUp - Business Tools",
  "short_name": "PlugMeUp",
  "description": "Free invoices, payroll, and expense tracking for South African small businesses",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2A5C82",
  "background_color": "#f5f7fa",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "android"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Finance (Invoices)",
      "short_name": "Invoices",
      "description": "Create invoices and quotes",
      "url": "/finance/",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Payroll",
      "short_name": "Payroll",
      "description": "Manage employee payslips",
      "url": "/payroll/",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Expenses",
      "short_name": "Expenses",
      "description": "Track money in and out",
      "url": "/expenses/",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    }
  ]
}