Turn Any Website into an Installable App (PWA)
LiteitApp is a powerful browser extension that allows you to convert any website into a fully installable Progressive Web App (PWA) with just one click. Enjoy a seamless, app-like experience directly from your desktop device.
Download NowTransform your favorite websites into PWAs instantly.
Get a clean, distraction-free browsing experience.
Easily access and manage all your installed apps in one place.
1. Add to Your Browser: Install LiteitApp from your browser's extension store.
2. Visit Any Website: Go to the site you want to turn into an app.
3. Install with a Click: Look for the installation prompt, or right-click the LiteitApp icon and select "Install".
4. Enjoy Your New App: Experience your favorite sites as seamless, app-like PWAs.
Download NowThis documentation provides guidance for website administrators and developers on how to leverage and control the LiteitApp Chrome extension.
?appInstalled=true
Description: This parameter is appended to the URL when your site has just been installed as a Progressive Web App (PWA) via LiteitApp Installer Extension.
Use Case: Developers can use this to trigger a welcome message or specific on-boarding processes for newly installed app users.
?LiteItApp=true
Description: Indicates that the user is currently accessing your website within the LiteitApp environment (i.e., as a desktop app).
Use Case: Allows developers to implement enhanced UX/UI tailored for desktop app users.
const protocol = numbers2words(("example.com").replace(/^www\./, '')).replace(/[.-]/g, '').slice(0, 10);
Description: JavaScript code to generate the app protocol based on your website's domain.
Use Case: Use this protocol in an href
attribute (e.g., href='"web+" + protocol + "://"'
) to launch your website In the App.
Description: The URL parameter ?utm_campaign=app_uninstalled
is appended when the app is uninstalled.
Use Case: Allows you to track uninstallation events for analytics or user feedback.
Description: The URL parameters ?utm_campaign=dock
indicate that the user was redirected from the LiteitApp dock.
Use Case: Track user interactions from the LiteitApp dock.
data-lia="hide-banner"
Description: Add this attribute to your <body>
tag to hide the LiteitApp installation banners for extension users browsing your website.
Use Case: Provides control over the visibility of installation prompts, allowing you to tailor the user experience.