PWA & Install
Install the web as an app: manifest, service worker, offline, OS integration hooks.
Probing 10 capabilities…
Install Prompt
Probing…Prompt visitors to install this site as an app.
Web App Manifest
Probing…Metadata that makes a site installable: name, icons, display mode.
Service Worker
Probing…Programmable network proxy enabling offline and background features.
Offline Support
Probing…Service worker + Cache API together make this site work offline.
App Badging
Probing…Show a badge count on the installed app icon.
App Shortcuts
Probing…Jump-list entries on the installed app icon (manifest `shortcuts`). Runtime-probed via install-prompt proxy.
Share Target
Probing…Receive shares from other apps into this PWA (manifest `share_target`). Runtime-probed via install-prompt proxy.
File Handling
Probing…Register the installed app as a handler for file types.
Protocol Handling
Probing…Register as handler for custom URL schemes (`web+…`).
Window Controls Overlay
Probing…Draw into the title-bar area of the installed desktop app.