{
  "name": "Laifr - Live Commerce Management",
  "short_name": "Laifr",
  "description": "Manage your Facebook Live commerce orders and customers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0D9488",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/orders",
      "icons": [{
        "src": "/icon-192.png",
        "sizes": "192x192"
      }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "View customer list",
      "url": "/customers",
      "icons": [{
        "src": "/icon-192.png",
        "sizes": "192x192"
      }]
    }
  ]
}
