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.
This commit is contained in:
2018-07-27 17:20:27 +02:00
parent 6cbcbdb54a
commit e503ada44e
2 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ module Manifique
if manifest = fetch_web_manifest
@metadata.load_from_web_manifest(manifest)
parse_apple_touch_icons_from_html
parse_mask_icon_from_html
else
parse_metadata_from_html
end