diff --git a/apps/finance/manifest.json b/apps/finance/manifest.json index f9be5cf585..85010b55db 100644 --- a/apps/finance/manifest.json +++ b/apps/finance/manifest.json @@ -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", diff --git a/apps/survey/manifest.json b/apps/survey/manifest.json index c7fe1fd6bf..48f3a52ef4 100644 --- a/apps/survey/manifest.json +++ b/apps/survey/manifest.json @@ -2,7 +2,7 @@ "name": "Survey", "description": "Create signaling votes.", "icons": [{ - "src": "/images/icon.png", + "src": "images/icon.svg", "sizes": "192x192" }], "script": "/script.js", diff --git a/apps/token-manager/manifest.json b/apps/token-manager/manifest.json index c38ab21104..ba713424b6 100644 --- a/apps/token-manager/manifest.json +++ b/apps/token-manager/manifest.json @@ -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", diff --git a/apps/voting/manifest.json b/apps/voting/manifest.json index 080aa58249..a6eae05c10 100644 --- a/apps/voting/manifest.json +++ b/apps/voting/manifest.json @@ -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",