{
  "id": "/pbr/",
  "name": "PainelBR — painel de mídia",
  "short_name": "PainelBR",
  "description": "Gerencie suas telas, receba avisos e envie vídeos e imagens direto do celular.",
  "lang": "pt-BR",
  "start_url": "/pbr/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "background_color": "#221B45",
  "theme_color": "#221B45",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/screenshot-1.png?v=2",
      "sizes": "1024x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Painel de controle das telas"
    },
    {
      "src": "/static/screenshots/screenshot-2.png?v=2",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Relatório de exibições (proof-of-play)"
    }
  ],
  "shortcuts": [
    {
      "name": "Avisos",
      "url": "/pbr/dashboard?avisos=1",
      "description": "Alertas do painel que ainda não foram lidos"
    },
    {
      "name": "Compartilhamentos",
      "url": "/pbr/compartilhado",
      "description": "Arquivos recebidos esperando um slot"
    },
    {
      "name": "Enviar mídia",
      "url": "/pbr/slot",
      "description": "Subir vídeo ou imagem para um slot"
    },
    {
      "name": "Dispositivos",
      "url": "/pbr/devices"
    }
  ],
  "share_target": {
    "action": "/pwa/compartilhar/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/pbr/compartilhado",
      "accept": {
        "video/mp4": [
          ".mp4"
        ],
        "video/quicktime": [
          ".mov"
        ],
        "video/x-matroska": [
          ".mkv"
        ],
        "video/webm": [
          ".webm"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/png": [
          ".png"
        ],
        "image/webp": [
          ".webp"
        ]
      },
      "launch_type": "single-client"
    }
  ]
}