The Node.js® Website
at main 414 B view raw
1{ 2 "name": "Node.js", 3 "short_name": "Node.js", 4 "icons": [ 5 { 6 "src": "/static/images/favicons/android-chrome-192x192.png", 7 "sizes": "192x192", 8 "type": "image/png" 9 }, 10 { 11 "src": "/static/images/favicons/android-chrome-512x512.png", 12 "sizes": "512x512", 13 "type": "image/png" 14 } 15 ], 16 "theme_color": "#333", 17 "background_color": "#333", 18 "display": "standalone" 19}