Skip to content

Configuration Overview

PWAKit uses pwa-config.json as the source of truth for app behavior.

File location

In generated projects:

src/PWAKit/Resources/pwa-config.json

  1. Configuration Basics
  2. Full pwa-config.json
  3. Origins and URL Rules
  4. Info.plist and Entitlements
  5. Syncing Config
  6. Advanced Usage

Core rule

After manual config edits, run:

bash
npx @pwa-kit/cli sync

Released under the MIT License.