{
  "name": "WURUS APP",
  "short_name": "WURUS",
  "description": "WURUS Votre logiciel de gestion d'entreprise.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/wurus-favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/wurus-favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/wurus-favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wurus-favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/wurus-favicon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-screenshots/wide-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "WURUS desktop workspace"
    },
    {
      "src": "/pwa-screenshots/narrow-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WURUS mobile workspace"
    }
  ],
  "shortcuts": [
    {
      "name": "New sale",
      "short_name": "Sale",
      "description": "Create a new sales order",
      "url": "/admin/stock/sales/create",
      "icons": [
        {
          "src": "/images/icons/bill.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Open POS",
      "short_name": "POS",
      "description": "Open the point of sale",
      "url": "/admin/stock/pos",
      "icons": [
        {
          "src": "/images/icons/pos-terminal.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New product",
      "short_name": "Product",
      "description": "Open products to add or manage items",
      "url": "/admin/products",
      "icons": [
        {
          "src": "/images/icons/box.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New customer",
      "short_name": "Customer",
      "description": "Open customers to add or manage clients",
      "url": "/admin/customers",
      "icons": [
        {
          "src": "/images/icons/user-buy.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New quote",
      "short_name": "Quote",
      "description": "Create a new quotation or estimate",
      "url": "/admin/stock/quotations/create",
      "icons": [
        {
          "src": "/images/icons/calculator.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Open company settings",
      "url": "/admin/settings/company",
      "icons": [
        {
          "src": "/images/icons/settings-2.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "theme_color": "#c7932d",
  "background_color": "#FFF8EE",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "any",
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false
}