dcramer / peated

https://peated.com
Apache License 2.0
63 stars 13 forks source link

Add pwacompat to auto insert meta/link tags #114

Closed getsetbro closed 8 months ago

getsetbro commented 8 months ago

A browser will show your custom splash screen so long as you meet the following requirements in your web app manifest:

So I uncommented the 512 png in the manifest file.

Then I added a script link to the PWACompat - "the Web App Manifest for all browsers". Much like google fonts it determines your device/browser and makes the relevant changes. https://developer.chrome.com/blog/pwacompat

getsetbro commented 8 months ago

Yay i see the splash image when i launched it from my Home Screen!!