// manifest.webmanifest { "name": "FGIA Website", "short_name": "FGIA", "description": "The official FGIA website", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000", "icons": [ { "src": "/wp-content/themes/fgia2024/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/wp-content/themes/fgia2024/icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/wp-content/themes/fgia2024/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" } ] }