15 Commits

Author SHA1 Message Date
e503ada44e Load additional icons from HTML
When a Web App Manifest is found and loaded, we still want to check HTML
for some additional icons that are usually not added to manifests.
2018-07-27 17:20:27 +02:00
d98c925a5a Add helper method for finding icons
closes #3
2018-07-13 13:00:55 +02:00
44bf2404f6 Refactor icon parsing, add apple touch icons 2018-07-04 09:27:03 +02:00
cee7f7e174 Make client's internal methods private 2018-07-04 08:58:49 +02:00
9042ca0b87 Parse mask icon from HTML 2018-07-02 12:48:46 -05:00
7be7e45493 Parse icons from HTML 2018-07-02 12:39:27 -05:00
08bdd0a18c Extract more metadata from HTML
And don't overwrite existing metadata properties
2018-07-02 11:54:58 -05:00
39ae311acb Refactor metadata object and loading, parse HTML 2018-06-29 16:58:26 -07:00
b05cad0f3f Store manifest props as metadata props 2018-06-29 15:21:28 -07:00
4c0d40bd34 Fetch and return metadata 2018-06-29 14:39:12 -07:00
936aa38ff8 Handle missing manifest link 2018-06-29 10:39:58 -07:00
466f0a3f59 Fix typo 2018-06-29 01:47:04 -07:00
193319945a Discover Web App Manifest in HTML
... and return a hash of the JSON data.
2018-06-28 21:11:52 -07:00
ee49c0bfaf Successful requests 2018-06-28 17:35:07 -07:00
180dfc482e Switch to RSpec 2018-06-28 17:23:09 -07:00