Closed
Description
In the absence of an install_url, the value defaults to that of the manifest's start_url.
But the other parameter is a manifest_id, not a URL from which a manifest could be fetched, so I don't think it works to omit the install_url. You also have "navigator.install(<manifest_id>[, <install_url>...])" a bit above that which also ought to change to make the install_url required.