Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add providedBy manifest info to readme #49

Merged
merged 2 commits into from
Sep 24, 2020
Merged

Add providedBy manifest info to readme #49

merged 2 commits into from
Sep 24, 2020

Conversation

lukasschor
Copy link
Member

@lukasschor lukasschor commented Sep 15, 2020

Safe App developers should also be advised to add the providedBy information to the manifest. While we do not yet expose this information to users, we do plan to do so in the future: safe-global/safe-react-apps#321

@lukasschor lukasschor requested a review from mmv08 September 15, 2020 19:04
@github-actions
Copy link
Contributor

github-actions bot commented Sep 15, 2020

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

README.md Outdated
@@ -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'}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

" (double quotes) are required in json files

@mmv08 mmv08 requested a review from rmeissner September 16, 2020 10:15
@dasanra dasanra merged commit 8e6a65d into master Sep 24, 2020
@dasanra dasanra deleted the add-providedby branch September 24, 2020 10:08
mmv08 added a commit that referenced this pull request May 13, 2021
* Update README.md

Co-authored-by: Mikhail Mikheev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants