pwa_add_offline
Keep web apps functional offline by adding background sync, IndexedDB storage, and fallback pages.
Instructions
Add offline support with background sync, IndexedDB storage, and fallback pages (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| offline_page | No | Offline fallback page path | |
| sync_endpoints | No | API endpoints for background sync | |
| indexed_db_stores | No | IndexedDB object store names |