pwa_generate_manifest
Generate a web app manifest file to define app name, display mode, theme color, orientation, and icons for progressive web apps.
Instructions
Generate a web app manifest file with icons, theme colors, and display settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Application name | |
| api_key | No | API key for authentication | |
| display | No | Display mode | |
| short_name | Yes | Short name for home screen | |
| orientation | No | Preferred orientation | |
| theme_color | No | Theme color (hex) |