# PWA Config

PWA (**Progressive Web App**) Navigating to your site on an Android phone will prompt you to add the app to your home screen.

Launching the app from your home screen will display your app. As such, it's critical that your application provides all navigation within the HTML (no reliance on the browser back or forward button).

#### Requirements

&#x20;Progressive Web Apps require HTTPS unless being served from localhost. If you're not already using HTTPS on your site, check out [Let's Encrypt](https://letsencrypt.org/) and [ZeroSSL](https://zerossl.com/).

#### Configuration

Configure your app name, description, icons and splashes in `config/laravelpwa.php`.

#### Change Images

For change icons/ splashes image replace **`public/images/icons`** images.

![](https://3944481674-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MS6WDxrpCHR85DR5XfW%2F-MaT7reKCgkPVKECVvAW%2F-MaT9b06wcZPMaZ2-FjZ%2Fimage.png?alt=media\&token=c9fd19a3-c5e5-4ec9-8c52-bf663f0330c3)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://infixlms.gitbook.io/infixlms/pwa-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
