// manifest.webmanifest { "name": "エンジョブランド", "short_name": "エンジョブランド", "start_url": "/", "display": "standalone", "background_color": "#fff815", "theme_color": "#fff815", "icons": [ { "src": "/favicons/ico-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/favicons/ico-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ] }