Install Sites as Apps (PWA)

Stealth Browse can install any website as a stand-alone app on your home screen. The site opens in a chromeless full-screen WebView (no tab strip, no URL bar) - the same shell used by progressive web apps everywhere.

Installing a Site

  1. Visit the site you want to install.
  2. Open the browser menu and tap Add to Home.
  3. If the site declares a <link rel="manifest"> Web App Manifest, the dialog pre-fills the name and icon from it. Otherwise the favicon and page title are used.
  4. Edit the name, optionally swap the icon (favicon, app icon, or pick one from the gallery), and confirm.
  5. Android adds the shortcut to your home screen. A toast confirms when the launcher accepts it.

The PWA Shell

Tapping the home shortcut launches PWAActivity, a dedicated chromeless browser surface:

UIImmersive fullscreen, no tabs or URL bar
Ad blockingHonors the Ad blocking setting
Picture-in-PictureIf Auto PiP is enabled and a video is playing, PiP triggers when you leave the app
DownloadsRoutes through the same downloads + malware scan pipeline
File uploadsNative file picker via onShowFileChooser
"Open in browser"Sends the current URL to a new tab in the main browser

Notes

  • Some launchers do not support automatic shortcut pinning - in that case Android prompts you to drop it on the home screen manually.
  • The PWA shell uses the same plugin and adblock pipeline as the main browser, so installed sites get the same protections.
  • Each PWA shortcut launches its own activity instance via documentLaunchMode="always", so multiple installed sites stay independent in the recents list.