{
  "name": "SKINCOS CRM",
  "short_name": "SKINCOS",
  "description": "CRM modular com Insumos e Unit Monitor.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b1220",
  "background_color": "#0b1220",
  "icons": [
    {
      "src": "/brand/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/espacofacial-mark-white.svg",
      "sizes": "484x432",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Registrar Entrada",
      "short_name": "Entrada",
      "description": "Entrada rápida de insumos",
      "url": "/?module=insumos&action=entrada",
      "icons": [
        {
          "src": "/icons/shortcut-entrada.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Registrar Saída",
      "short_name": "Saída",
      "description": "Saída rápida de insumos",
      "url": "/?module=insumos&action=saida",
      "icons": [
        {
          "src": "/icons/shortcut-saida.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Escanear Código",
      "short_name": "Scanner",
      "description": "Abrir scanner do Insumos",
      "url": "/?module=insumos&scanner=1",
      "icons": [
        {
          "src": "/icons/shortcut-scanner.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "application/pdf",
            "text/*"
          ]
        }
      ]
    }
  }
}
