diff --git a/apps/agent/manifest.json b/apps/agent/manifest.json
index 7082ae3666..66738abfb5 100644
--- a/apps/agent/manifest.json
+++ b/apps/agent/manifest.json
@@ -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"
}
]
-}
\ No newline at end of file
+}
diff --git a/apps/finance/manifest.json b/apps/finance/manifest.json
index 397fbe2eef..82103b2f13 100644
--- a/apps/finance/manifest.json
+++ b/apps/finance/manifest.json
@@ -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" }
],
diff --git a/apps/survey/manifest.json b/apps/survey/manifest.json
index 12255e996b..cbf3b7f9be 100644
--- a/apps/survey/manifest.json
+++ b/apps/survey/manifest.json
@@ -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" }
],
diff --git a/apps/token-manager/manifest.json b/apps/token-manager/manifest.json
index ee611c7e8b..353ecb84e9 100644
--- a/apps/token-manager/manifest.json
+++ b/apps/token-manager/manifest.json
@@ -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" }
],
diff --git a/apps/vault/manifest.json b/apps/vault/manifest.json
index fee5d3e365..7ee340feae 100644
--- a/apps/vault/manifest.json
+++ b/apps/vault/manifest.json
@@ -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"
}
diff --git a/apps/vault/public/meta/icon-menu.svg b/apps/vault/public/meta/icon-menu.svg
deleted file mode 100644
index 847ac18035..0000000000
--- a/apps/vault/public/meta/icon-menu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/apps/vault/public/meta/icon.svg b/apps/vault/public/meta/icon.svg
new file mode 100644
index 0000000000..821e175df8
--- /dev/null
+++ b/apps/vault/public/meta/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/voting/app/public/meta/icon.svg b/apps/voting/app/public/meta/icon.svg
index 0fcb95542a..352f472456 100644
--- a/apps/voting/app/public/meta/icon.svg
+++ b/apps/voting/app/public/meta/icon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/apps/voting/manifest.json b/apps/voting/manifest.json
index 6cf9043605..1c28dbeb21 100644
--- a/apps/voting/manifest.json
+++ b/apps/voting/manifest.json
@@ -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" }
],