Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache app icons locally and convert them to PNG #2

Open
HenkKalkwater opened this issue Dec 18, 2023 · 0 comments
Open

Cache app icons locally and convert them to PNG #2

HenkKalkwater opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@HenkKalkwater
Copy link
Collaborator

Right now, app icons are hotlinked in the generated website to whatever URL the developer has put in their Chum metadata description.

This, however, has some downsides:

  • Many linked app icons seem to be of .svg format, which is great for scalability, but sadly this does not work well in link previews based on the OpenGraph tags or the prototype Telegram bot I was playing around with.
  • The web browser continuously has to connect to different URLs to fetch the icons. (Although I suspect most of them are hosted on GitHub)

However, this introduces some drawbacks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant