feat: enable pwa #324
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "tbk/pwa"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR addresses 2 of 3 tasks from #93.
It is the simplest approach installing SIGit as PWA.
Let me know if this is applicable and whether the third task can be done in a follow-up PR. 🙏
What it does:
What it does not, but can be done in a follow-up PR:
I believe the new recommendation is to use
.webmanifest
extension eg.app.webmanifest
instead of.json
.Prompt for the follow-up PR is fine.
Edit: Couple of warnings with icon and screenshots, but this shouldn't affect installation critera, would be a nice-to-have the form factors too, can be included in the follow-up.
Use
.webmanifest
extension.Hey @enes! Thanks 🙏
Will rename! I can also add the logo in different formats.
Done.
Also added
description
,display_override
andorientation
.Icons sizes 64x64, 72x72, 96x96, 128x128, 144x144, 192x192, 256x256, 384x384 and 512x512.
unrelated issue with a dependency - perhaps we can try
npm audit fix
?Fixed in #325