github.com/greenpau/go-authcrunch@v1.1.4/pkg/authn/ui/profile/manifest.json (about) 1 { 2 "short_name": "Profile", 3 "name": "AuthCrunch User Profile", 4 "icons": [ 5 { 6 "src": "favicon.ico", 7 "sizes": "64x64 32x32 24x24 16x16", 8 "type": "image/x-icon" 9 }, 10 { 11 "src": "logo192.png", 12 "type": "image/png", 13 14 "sizes": "192x192" 15 }, 16 { 17 "src": "logo512.png", 18 "type": "image/png", 19 "sizes": "512x512" 20 } 21 ], 22 "start_url": ".", 23 "display": "standalone", 24 "theme_color": "#000000", 25 "background_color": "#ffffff" 26 }