XenForo [JoyFreak] Custom PWA

  • Thread starter
  • Admin
XenForo submitted a new resource:

[JoyFreak] Custom PWA - Make your PWA feel like a real app

Open template PAGE_CONTAINER:

  • Find:
Code:
<link rel="manifest" href="{{ base_url('webmanifest.php') }}">
  • Replace:
Code:
<link rel="manifest" href="{{ base_url('webmanifest.json') }}">
1. Download the webmanifest.zip and extract the contents onto your desktop.

2. 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...

Read more about this resource...
 
Back
Top Bottom