Convert Your Website into a
Instantly!
Upload a ZIP file containing your website's files to generate a Progressive Web App.
How to Prepare Your ZIP File
Ensure your ZIP file follows this structure:
index.html css/style.css js/script.js
Do NOT include nested folders like this:
AppName/index.html AppName/css/style.css AppName/js/script.js
How PWAConverter Uses Your Files
Your application's information is retrieved from the following meta tags in your index.html file:
<meta name="application-name" content="YourAppName"> <title>Your App Title</title> <meta name="description" content="Your app description here">