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

Setup application as a PWA #43

Open
6 of 14 tasks
sampathBlam opened this issue Aug 3, 2020 · 0 comments
Open
6 of 14 tasks

Setup application as a PWA #43

sampathBlam opened this issue Aug 3, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@sampathBlam
Copy link
Contributor

sampathBlam commented Aug 3, 2020

PWA Checklist

Fast and reliable

  • Page should be fast enough on mobile networks
  • Respond with a 200 when offline
  • start_url should respond with a 200 when offline.

Installable

  • Use HTTPS
  • Register a service worker that controls page and start_url
  • Web app manifest should meet the installability requirements

PWA Optimized

  • Redirect HTTP traffic to HTTPS
  • Configure for a custom splash screen
  • Set a theme color for the address bar.
  • Content should be sized correctly for the viewport
  • Has a tag with width or initial-scale
  • Contains some content when JavaScript is not available
  • Provide a valid apple-touch-icon
  • Manifest should have a maskable icon

Validate these against an Audit check in Google Chrome Developer tools for a PWA

@sampathBlam sampathBlam added the enhancement New feature or request label Aug 3, 2020
sampathBlam added a commit that referenced this issue Aug 4, 2020
- Change app name
- setup for pwa

- Update favicon and app icon
- Addresses #43
@sampathBlam sampathBlam added this to the v1.0 Release milestone Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant