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

Add basic PWA support #2405

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 30, 2022

  1. Add basic PWA support

    This should be enough to fulfill the instability requirements
    * Add webapp manfiest
    * Add basic service worker
    ** It does nothing currently, but it is enough to fulfill the instability requirements
    * Add square icons per PWA reqirements (192px, 512px, SVG)
    ** PNGs are optimized with PNGCrush
    ** SVG is optimized with SVGO
    ** Add maskable icons for fanicer app icons
    alistair3149 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    4c425ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b651647 View commit details
    Browse the repository at this point in the history