{
  "name": "GAINVO",
  "short_name": "GAINVO",
  "id": "./",
  "description": "POS and business management software for sales, stock, receipts, invoices, customers, payments, reports and specialist workflows. Installable on supported phone, tablet and computer devices.",
  "start_url": "./index.php?r=dashboard",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f7faff",
  "theme_color": "#073b7a",
  "orientation": "any",
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record Sale",
      "short_name": "Sale",
      "description": "Open Mini POS and start a new sale.",
      "url": "./index.php?r=sale-create",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a customer invoice.",
      "url": "./index.php?r=document-create&type=invoice",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Receipt",
      "short_name": "Receipt",
      "description": "Create a standalone receipt.",
      "url": "./index.php?r=document-create&type=receipt",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Products & Stock",
      "short_name": "Products",
      "description": "Open products, services and inventory.",
      "url": "./index.php?r=products",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "prefer_related_applications": false
}
