Gerador de Manifesto de Aplicativo Web PWA
Guia
Gerador de Manifesto de Aplicativo Web PWA
Build a valid manifest.json file for your Progressive Web App in seconds. Fill in your app’s identity, choose a display mode, pick the icon sizes you ship, and the generator produces clean JSON you can drop straight into your project — plus the matching <link rel="manifest"> tag for your HTML.
Como usar
- Enter your app’s Nome e Short Name. The full name appears on the install prompt; the short name is what shows under the home-screen icon.
- Set the Start URL, Scope, and optional App ID so the browser knows what to launch and how to scope navigation.
- Pick a Display Mode (standalone, fullscreen, minimal-ui, browser) and an Orientação.
- Choose a Cor do tema (browser chrome) and a Cor de fundo (splash screen).
- Set the Icons Base Path and a Filename Pattern using
{size}as a placeholder, then tick the icon sizes you actually ship. - Copy the generated
manifest.jsonor click the download icon. Paste the<link rel="manifest">tag into your<head>.
Características
- All standard manifest fields – name, short_name, description, lang, dir, id, start_url, scope, display, orientation, theme_color, background_color.
- Icon size checklist – 72, 96, 128, 144, 152, 192, 384, and 512 px, with auto-built
srcURLs from a base path and filename pattern. - Icon purpose support – any, maskable, “any maskable”, and monochrome.
- Live JSON preview – pretty-printed JSON updates as you type, with syntax highlighting.
- Installability checks – warns when name, start_url, or the recommended 192/512 icon pair are missing.
- Copiar ou baixar – one-click copy, or download as
manifest.jsonwith the correct MIME type. - HTML link tag – ready-to-paste
<link rel="manifest">snippet. - 100% do lado do cliente – nothing leaves your browser. No accounts, no quotas.
Perguntas frequentes
-
What is a web app manifest?
A web app manifest is a JSON file that tells the browser how your Progressive Web App should behave when installed. It carries the app's name, icons, start URL, display mode, theme colors, and other metadata used by the install prompt, splash screen, and home-screen launcher.
-
Which fields are required for a PWA to be installable?
At a minimum, browsers expect name (or short_name), start_url, display set to standalone, fullscreen, or minimal-ui, and at least one 192x192 plus one 512x512 icon. Adding theme_color and background_color is strongly recommended for a polished install experience.
-
What is the difference between display modes?
standalone hides the browser UI and looks like a native app. fullscreen also hides the status bar, useful for games. minimal-ui keeps a small set of browser controls. browser opens the app in a normal tab. Most PWAs choose standalone.
-
What does the icon purpose field mean?
purpose tells the browser how an icon may be rendered. any is the default and lets the browser composite the icon however it wants. maskable means the image is designed to fill an OS-defined safe zone, so the launcher can crop it into a circle, squircle, or rounded square without clipping important content.
-
Where should I put manifest.json and the link tag?
Place manifest.json at the root of your site or under a stable path, then reference it from every HTML page with a tag inside the . Make sure the file is served with the application/manifest+json content type.
Instale nossas extensões
Adicione ferramentas de IO ao seu navegador favorito para acesso instantâneo e pesquisa mais rápida
恵 O placar chegou!
Placar é uma forma divertida de acompanhar seus jogos, todos os dados são armazenados em seu navegador. Mais recursos serão lançados em breve!
Ferramentas essenciais
Ver tudo Novas chegadas
Ver tudoAtualizar: Nosso ferramenta mais recente was added on Abr 24, 2026
