{
  "name": "Servmora",
  "short_name": "Servmora",
  "description": "Bookings, customers, staff, jobs, payments and repeat business for service businesses.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f7fb",
  "theme_color": "#0b1f35",
  "icons": [
    {"src":"/static/icon-192.png","sizes":"192x192","type":"image/png","purpose":"any maskable"},
    {"src":"/static/icon-512.png","sizes":"512x512","type":"image/png","purpose":"any maskable"}
  ],
  "shortcuts": [
    {"name":"Dashboard","short_name":"Home","url":"/dashboard","icons":[{"src":"/static/icon-192.png","sizes":"192x192"}]},
    {"name":"Work","short_name":"Work","url":"/work","icons":[{"src":"/static/icon-192.png","sizes":"192x192"}]},
    {"name":"Customers","short_name":"Customers","url":"/customers","icons":[{"src":"/static/icon-192.png","sizes":"192x192"}]}
  ]
}