static/manifest.webmanifest (22 lines of code) (raw):

{ "short_name": "Dubbo", "name": "Apache Dubbo", "description": "An easy-to-use, high performance universal microservice framework.", "icons": [ { "src": "/imgs/apache_logo.png", "type": "image/png", "sizes": "192x192" }, { "src": "/imgs/apache_logo.png", "type": "image/png", "sizes": "512x512" } ], "start_url": "/", "background_color": "#326ce5", "display": "browser", "scope": "/", "theme_color": "#326ce5" }