Skip to content

Commit

Permalink
Include assets for the agent app (#880)
Browse files Browse the repository at this point in the history
* Include icon.svg and details.md

* Update manifest.json
  • Loading branch information
0xGabi committed Jun 3, 2019
1 parent d13e85c commit 7d61235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/agent/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/agent",
"icons": [
{
"src": "images/icon.svg",
"sizes": "192x192"
"src": "/meta/icon.svg",
"sizes": "56x56"
}
]
],
"details_url": "/meta/details.md"
}
1 change: 1 addition & 0 deletions apps/agent/public/meta/details.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Aragon Agent is a fully-fledged Ethereum account owned by an Aragon organization. It's like a multi-signature account on steroids that enables organizations to interact with any Ethereum contract or protocol. This means it can be thought of as the external interface of a DAO.
1 change: 1 addition & 0 deletions apps/agent/public/meta/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d61235

Please sign in to comment.