JoyFreak
Well-known member
JoyFreak submitted a new resource:
Custom PWA - Make your PWA feel like a real app.
Read more about this resource...
Custom PWA - Make your PWA feel like a real app.
Find:
Code:<link rel="manifest" href="{{ base_url('webmanifest.php') }}">
Replace:
Code:<link rel="manifest" href="{{ base_url('webmanifest.json') }}">
Open file webmanifest.json with notepad:
Edit all areas that say "EDIT". It's pretty self explanatory and you can use the default webmanifest.php as guidance if you've set it all up in the Admin CP > Setup > PWA Setup. Just head over to your website and add /webmanifest.php at the end to get all the information to fill out...
Read more about this resource...