{
  "name": "FixHub CRM",
  "short_name": "FixHub",
  "id": "/?source=pwa",
  "description": "FixHub CRM mobile progressive web app",
  "start_url": "/#orders",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#081120",
  "theme_color": "#0ea5e9",
  "lang": "uk",
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Замовлення", "short_name": "Замовлення", "url": "/#orders", "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }] },
    { "name": "Товари", "short_name": "Товари", "url": "/#products", "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }] }
  ],
  "icons": [
    {
      "src": "img/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
