{
  "name": "Central de Impressão Remota",
  "short_name": "Impressão HP",
  "description": "Envie documentos e fotos direto para a impressora HP LaserJet",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_file",
          "accept": ["application/pdf", "image/*", "text/*", ".docx", ".pdf"]
        }
      ]
    }
  }
}
