AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
Generate Progressive Web App manifest.json files visually. Customize every field and download a ready-to-use manifest.
Icons
The web app manifest is a JSON file that tells the browser about your Progressive Web App and how it should behave when installed on a user's device. It defines the app name, icons, theme colors, display mode, orientation, and more.
This generator helps you create a valid manifest.json file without memorizing the specification. Every field follows the W3C Web App Manifest specification and includes best practices for modern PWAs.
<link rel="manifest" href="/manifest.json">.At minimum, you need 192x192 and 512x512 PNG icons. For best results across all devices, include additional sizes: 144x144, 256x256, and 384x384. Android requires at least a 192x192 icon for the install prompt.
Standalone opens the app without browser UI (no address bar or tab strip) but shows the system status bar. Fullscreen hides everything including the status bar — best for games and immersive experiences. Minimal UI shows minimal browser navigation controls.
Place the manifest.json file in your project root and add this tag to your HTML <head>: <link rel="manifest" href="/manifest.json">. You also need a service worker and HTTPS to meet PWA requirements.
No. Semua proses terjadi di browser Anda. Data tidak pernah dikirim ke server.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026