AltraTools
📱

PWA Manifest Generator

Generate manifest.json files for Progressive Web Apps with icons, theme colors, and display settings

Display:

App Information

Appearance

Categories (optional)

📋 Installation

  1. Save as manifest.json in your public folder
  2. Add to HTML: <link rel="manifest" href="/manifest.json">
  3. Create icon files at the specified sizes in your icons folder
  4. Add a service worker for offline support

Free PWA Manifest Generator

Create manifest.json files for Progressive Web Apps instantly. Configure app name, icons, theme colors, display mode, and more.

Features

  • Display Modes: Standalone, fullscreen, minimal-ui, browser
  • Icon Generation: All required sizes for iOS and Android
  • Theme Colors: Background and theme color customization
  • Orientation: Lock or allow any orientation
  • Categories: App store category tagging
  • Maskable Icons: Support for adaptive icons

What is manifest.json?

The Web App Manifest is a JSON file that tells the browser about your PWA and how it should behave when installed on the user's device. It includes metadata like name, icons, colors, and display preferences.