Pular para o conteúdo

📱 Gerador de Web App Manifest

Criar <code>manifest.json</code> necessário para PWA através de formulário. Suporta name / start_url / display / theme_color, tabela de ícones em múltiplos tamanhos, shortcuts, share_target, protocol_handlers. Gera tags <code>link</code> HTML simultaneamente.

100% Free No signup Browser-only 5 languages Dark mode

🔒 Sobre Privacidade

Informações básicas

Ícone (tamanho e src)

Os tamanhos marcados serão incluídos no array <code>icons</code>. O <code>type</code> é determinado automaticamente a partir da extensão do arquivo <code>src</code>.

Atalho do aplicativo (máximo de 4 itens)


    
    

📖 Como usar

  1. 1
    Fill in basic info
    Enter name, short_name, start_url, display, theme_color and so on.
  2. 2
    Configure icons and shortcuts
    Check the icon sizes you ship, then set the common prefix and extension. Add up to four app shortcuts if needed.
  3. 3
    Generate and deploy
    Click Generate JSON, save manifest.json, and paste the HTML snippet into your &lt;head&gt; — the browser will pick up the PWA.

❓ Perguntas frequentes

What are the minimum requirements to be installable?
You need name (or short_name), start_url, display set to standalone (or fullscreen / minimal-ui), at least 192x192 and 512x512 icons, HTTPS, and a registered service worker. This tool covers everything except the service worker.
Do I need a maskable icon?
Strongly recommended for Android adaptive icons. Enabling the checkbox adds one 512x512 entry with purpose set to maskable. Keep important content within the inner 80%.
My manifest changes are not picked up
Browsers cache manifest.json aggressively. Use a short Cache-Control, query-string the reference (?v=...), or hit Update on reload in the Application tab.

🔗 Ferramentas relacionadas

🐛 Você encontrou um problema com esta ferramenta?

Completamente gratuito e sem registro. Até as etapas de reprodução são suficientes. Os relatos recebidos chegam diretamente aos operadores e servem como referência para correções.

※ Para reproduzir problemas, informações do navegador (UA / tamanho de tela / idioma / URL) são enviadas automaticamente