Chromium Code Reviews| Index: appengine/config_service/ui/manifest.json |
| diff --git a/appengine/config_service/ui/manifest.json b/appengine/config_service/ui/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b0b0c3ae6a2cd4f91dffdeb9d3a1281b1ac82fd0 |
| --- /dev/null |
| +++ b/appengine/config_service/ui/manifest.json |
| @@ -0,0 +1,7 @@ |
| +{ |
| + "name": "Config UI", |
| + "short_name": "Config UI", |
| + "description": "This is a UI for the configuration service", |
| + "start_url": "/", |
| + "display": "standalone" |
| +} |