Add site.webmanifest

This commit is contained in:
Sefinek 2025-02-04 22:14:00 +01:00
parent a69569cbd4
commit 34db0db814

View file

@ -21,6 +21,7 @@ const endpoints = [
'manifest.json', 'manifest.json',
'apple-touch-icon.png', 'apple-touch-icon.png',
'crossdomain.xml', 'crossdomain.xml',
'site.webmanifest',
]; ];
const imgExtensions = ['.png', '.jpg', '.jpeg', '.gif', '.bmp', '.svg', '.webp']; const imgExtensions = ['.png', '.jpg', '.jpeg', '.gif', '.bmp', '.svg', '.webp'];