fromManifest

fun fromManifest(siteUrl: String): List<Icon>

Analyzes the HTML of specified URL and if there is a tag indicating WebApp Manifest, analyze the Manifest file and return icon information.

Do not call from main thread to avoid NetworkOnMainThreadException

The HTML file is downloaded up to the maximum downloadLimit and analyzed within that range.

Return

List of acquired icons

Parameters

siteUrl

URL of analysis target page