Skip to content

Commit

Permalink
Add providedBy manifest info to readme (#49)
Browse files Browse the repository at this point in the history
* Update README.md

Co-authored-by: Mikhail Mikheev <[email protected]>
  • Loading branch information
lukasschor and mmv08 authored Sep 24, 2020
1 parent a9b9364 commit e27f86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}
```

Expand Down

0 comments on commit e27f86a

Please sign in to comment.