site.webmanifest
1 { 2 "name": "teleghosts.app", 3 "short_name": "Teleghosts", 4 "start_url": "index.html", 5 "icons": [ 6 { 7 "src": "android-chrome-192x192.png", 8 "sizes": "192x192", 9 "type": "image/png" 10 }, 11 { 12 "src": "android-chrome-512x512.png", 13 "sizes": "512x512", 14 "type": "image/png" 15 } 16 ], 17 "theme_color": "#000000", 18 "background_color": "#0b131b", 19 "display": "standalone" 20 }