Skip to content

Commit

Permalink
Fix icon names in the apps (.png => .svg) (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored and sohkai committed Oct 29, 2018
1 parent fe26af0 commit e81efc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/finance/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Finance",
"description": "Manage organization assets: budget spending and record financial transactions",
"icons": [{
"src": "images/icon.png",
"src": "images/icon.svg",
"sizes": "192x192"
}],
"script": "/script.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/survey/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Survey",
"description": "Create signaling votes.",
"icons": [{
"src": "/images/icon.png",
"src": "images/icon.svg",
"sizes": "192x192"
}],
"script": "/script.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/token-manager/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Token Manager",
"description": "Controls an organization token allowing to mint new tokens, assign them and create vestings",
"icons": [{
"src": "images/icon.png",
"src": "images/icon.svg",
"sizes": "192x192"
}],
"script": "/script.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/voting/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Voting",
"description": "Create votes that execute actions on behalf of token holders.",
"icons": [{
"src": "images/icon.png",
"src": "images/icon.svg",
"sizes": "192x192"
}],
"script": "/script.js",
Expand Down

0 comments on commit e81efc8

Please sign in to comment.