Commit Graph

6 Commits

Author SHA1 Message Date
basti 7c89900c70 Ignore inadequate icon sources
Icons with data URLs as source are throwing exceptions when trying to
parse their type via the file extension. This fix ignores all icons with
data URLs to begin with.
2020-05-26 11:30:21 +02:00
basti 44bf2404f6 Refactor icon parsing, add apple touch icons 2018-07-04 09:27:03 +02:00
basti 7be7e45493 Parse icons from HTML 2018-07-02 12:39:27 -05:00
basti 39ae311acb Refactor metadata object and loading, parse HTML 2018-06-29 16:58:26 -07:00
basti 936aa38ff8 Handle missing manifest link 2018-06-29 10:39:58 -07:00
basti 193319945a Discover Web App Manifest in HTML
... and return a hash of the JSON data.
2018-06-28 21:11:52 -07:00