diff --git a/README.md b/README.md index b1b95d75..9bc18d23 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ It is mandatory that your app exposes a `manifest.json` file in the root dir wit { "name": "YourAppName", "description": "A description of what your app do", - "iconPath": "myAppIcon.svg" + "iconPath": "myAppIcon.svg", + "providedBy": { "name": "YourCompanyName", "url": "https://yourcompanyname.io" } } ```