pwa_audit
Audits a web page for Progressive Web App readiness by verifying manifest, service worker, HTTPS, and offline capabilities. Returns pass/fail results for each requirement.
Instructions
Check Progressive Web App readiness: installable manifest, service worker, HTTPS, offline capability, and more. Runs a full Lighthouse audit under the hood and extracts all PWA-related audit results with pass/fail for each requirement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to check for PWA readiness (e.g., http://localhost:3000) |