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