Skip to content

Commit

Permalink
Delete duplicated "details_url" from manifest.json (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottodevs authored and sohkai committed Jul 3, 2019
1 parent b2ed65d commit b989638
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
9 changes: 3 additions & 6 deletions apps/agent/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
"author": "Aragon Association",
"description": "Hold assets and perform actions from DAOs",
"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/agent",
"icons": [
{
"src": "/meta/icon.svg",
"sizes": "56x56"
}
],
"details_url": "/meta/details.md"
{ "src": "/meta/icon.svg", "sizes": "56x56" }
]
}
1 change: 0 additions & 1 deletion apps/token-manager/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
{ "src": "/meta/screenshot-2.png" },
{ "src": "/meta/screenshot-3.png" }
],
"details_url": "/meta/details.md",
"script": "/script.js",
"start_url": "/index.html"
}
3 changes: 1 addition & 2 deletions apps/vault/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"source_url": "https://github.com/aragon/aragon-apps/blob/master/apps/vault",
"icons": [
{ "src": "/meta/icon.svg", "sizes": "56x56" }
],
"details_url": "/meta/details.md"
]
}
1 change: 0 additions & 1 deletion apps/voting/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
{ "src": "/meta/screenshot-2.png" },
{ "src": "/meta/screenshot-3.png" }
],
"details_url": "/meta/details.md",
"script": "/script.js",
"start_url": "/index.html"
}

0 comments on commit b989638

Please sign in to comment.