Skip to content

Commit

Permalink
Merge pull request #241 from opencloud-eu/fix-pwa-icon
Browse files Browse the repository at this point in the history
Fix pwa icon
  • Loading branch information
kulmann authored Feb 26, 2025
2 parents 8e29094 + d96c65f commit ecd6343
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Binary file removed packages/web-container/img/opencloud-app-icon.png
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/web-container/img/opencloud-icon-lilac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/web-container/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "OpenCloud",
"short_name": "OpenCloud",
"icons": [{
"src": "img/opencloud-app-icon.png",
"sizes": "512x512",
"type": "image/png"
"src": "img/opencloud-icon-lilac.svg",
"sizes": "230x300",
"type": "image/svg+xml"
}],

"start_url": "/",
Expand Down

0 comments on commit ecd6343

Please sign in to comment.