{
  "name": "Optimum — Optical Store Management",
  "short_name": "Optimum",
  "description": "Customers, prescriptions, orders, inventory, appointments, messaging and finance for an optical store.",
  "start_url": "../?route=dashboard",
  "scope": "../",
  "display": "standalone",
  "background_color": "#f5f7f9",
  "theme_color": "#101828",
  "orientation": "any",
  "icons": [
    {"src": "icon.php?size=192", "sizes": "192x192", "type": "image/png", "purpose": "any maskable"},
    {"src": "icon.php?size=512", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
  ],
  "shortcuts": [
    {"name": "New order", "short_name": "Order", "url": "../?route=orders/create", "icons": [{"src": "icon.php?size=192", "sizes": "192x192"}]},
    {"name": "Customers", "short_name": "Customers", "url": "../?route=customers", "icons": [{"src": "icon.php?size=192", "sizes": "192x192"}]}
  ]
}
