PWA Manifest Generator

Basic Information

Full name shown in app stores and install prompts
App name is required
Shown on the home screen (max 12 characters recommended)
Short name is required
Describes the purpose of your application
The URL that loads when a user opens your app from their home screen or app launcher. Use "/" for the root, or a specific path like "/home" or "/app". Query parameters like "?source=pwa" can be added to track PWA launches in analytics.
Entry point when app is launched
Defines which URLs are considered part of your app. Navigation outside this scope will open in the browser instead of your app window. For example, "/" includes all pages, while "/app/" restricts to that subdirectory. The start URL must be within the scope.
Navigation scope of the app
Unique identifier for your app (optional)

Display & Orientation

How the app window appears
Preferred screen orientation
Primary text direction for the app content
BCP 47 language tag

Colors

Browser toolbar and task switcher color
Splash screen background while loading

Icons

Drag & drop an image or browse

PNG recommended, at least 512x512px

Screenshots

Categories & Related

Comma-separated list (e.g. productivity, utilities)
Age rating certification identifier

manifest.json


                            
0 bytes