Skip to content

Commit

Permalink
feat: add more app center metadata (aragon#803)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Bertet <[email protected]>
  • Loading branch information
sohkai and bpierre authored Apr 16, 2019
1 parent 038a96e commit 2d0f213
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 9 deletions.
5 changes: 4 additions & 1 deletion apps/agent/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "Agent",
"author": "Aragon Association",
"description": "Hold assets and perform actions from DAOs",
"changelog_url": "https://github.com/aragon/aragon-apps/releases",
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/agent",
"icons": [
{
"src": "images/icon.svg",
"sizes": "192x192"
}
]
}
}
6 changes: 5 additions & 1 deletion apps/finance/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "Finance",
"description": "Manage organization assets: budget spending and record financial transactions.",
"author": "Aragon Association",
"description": "Manage organization assets, budget expenses, and record financial transactions.",
"changelog_url": "https://github.com/aragon/aragon-apps/releases",
"details_url": "/meta/details.md",
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/finance",
"icons": [
{ "src": "/meta/icon.svg", "sizes": "56x56" }
],
Expand Down
5 changes: 4 additions & 1 deletion apps/survey/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "Survey",
"description": "Create signaling votes.",
"author": "Aragon Association",
"description": "Create multi-option signaling votes.",
"changelog_url": "https://github.com/aragon/aragon-apps/releases",
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/survey",
"icons": [
{ "src": "/meta/icon.svg", "sizes": "56x56" }
],
Expand Down
6 changes: 5 additions & 1 deletion apps/token-manager/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "Token Manager",
"description": "Controls an organization token allowing to mint new tokens, assign them and create vestings.",
"author": "Aragon Association",
"description": "Manage a token, with the ability to mint new tokens, assign existing tokens, and create vestings.",
"changelog_url": "https://github.com/aragon/aragon-apps/releases",
"details_url": "/meta/details.md",
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/token-manager",
"icons": [
{ "src": "/meta/icon.svg", "sizes": "56x56" }
],
Expand Down
9 changes: 6 additions & 3 deletions apps/vault/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "Vault",
"description": "Securely owns and manages tokens on behalf of a DAO.",
"author": "Aragon Association",
"description": "Securely own and manage tokens on behalf of your organization.",
"changelog_url": "https://github.com/aragon/aragon-apps/releases",
"details_url": "/meta/details.md",
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/vault",
"icons": [
{ "src": "/meta/icon-80.svg", "sizes": "80x80" },
{ "src": "/meta/icon-22.svg", "sizes": "22x22" }
{ "src": "/meta/icon.svg", "sizes": "56x56" }
],
"details_url": "/meta/details.md"
}
1 change: 0 additions & 1 deletion apps/vault/public/meta/icon-menu.svg

This file was deleted.

1 change: 1 addition & 0 deletions apps/vault/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.
2 changes: 1 addition & 1 deletion apps/voting/app/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.
4 changes: 4 additions & 0 deletions apps/voting/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "Voting",
"author": "Aragon Association",
"description": "Create votes that execute actions on behalf of token holders.",
"changelog_url": "https://github.com/aragon/aragon-apps/releases",
"details_url": "/meta/details.md",
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/voting",
"icons": [
{ "src": "/meta/icon.svg", "sizes": "56x56" }
],
Expand Down

0 comments on commit 2d0f213

Please sign in to comment.