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..a3bdfd995d35c6e0e1aea8e987eec4f559f7a717 |
| --- /dev/null |
| +++ b/appengine/config_service/ui/manifest.json |
| @@ -0,0 +1,7 @@ |
| +{ |
| + "name": "Luci Config UI", |
|
Sergey Berezin (google)
2017/06/07 19:14:55
s/Luci//
|
| + "short_name": "Luci Config UI", |
| + "description": "This is a UI for the luci config service", |
| + "start_url": "/", |
| + "display": "standalone" |
| +} |