{
  "name": "Montagem_Pallets",
  "short_name": "Montagem_Pallets",
  "description": "Montagem de Pallets",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "categories": ["productivity", "logistics"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "supervisor",
      "short_name": "Ops",
      "description": "Acesso rápido às operações de carregamento",
      "url": "/supervisor?utm_source=shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-ops.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Conferência",
      "short_name": "Conf",
      "description": "Verificar itens com código de barras",
      "url": "/conferencia?utm_source=shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-conf.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Montagem",
      "short_name": "Mont",
      "description": "Montar paletes conforme sequência",
      "url": "/montagem?utm_source=shortcut",
      "icons": [
        {
          "src": "/icon-shortcut-mont.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "preferences_related_applications": false
}
