PWA and Icon Generator

Generate icons, manifest.json, and service worker for your Progressive Web App

Web App Information

The full name of your web application
Short name for home screen (optional, defaults to App Name)
The filename of your app's homepage (e.g., index.html, app.html)
Brief description of your app (optional)

⚠️ Important: Required HTML Elements

After downloading your PWA package, you must add these two elements to your home page:

1. In the <head> section:
<link rel="manifest" href="./manifest.json">

2. At the end of the <body> section:
<script>navigator.serviceWorker.register('./sw.js')</script>

📁
Click to upload or drag and drop
SVG or JPEG files accepted
Original image

Generated Icons

manifest.json

sw.js (Service Worker)