Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA improvement #135

Closed
mskian opened this issue Dec 2, 2023 · 0 comments · Fixed by #140
Closed

PWA improvement #135

mskian opened this issue Dec 2, 2023 · 0 comments · Fixed by #140

Comments

@mskian
Copy link

mskian commented Dec 2, 2023

Hi, thanks for this awesome project

I tried via docker all are working fine but I feel need some improvements in the PWA manifest

{
    "name": "notify_frontend",
    "short_name": "notify_frontend",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#000",
    "theme_color": "#000",
    "icons": [
        {
            "src": "/assets/icons/notify_big.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ]
}
@K0IN K0IN linked a pull request Dec 4, 2023 that will close this issue
@K0IN K0IN closed this as completed in #140 Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant