For `navigator.install(install_url, manifest_id)`, should we accept `manifest_id`s that are relative? Or only absolute? Thus far, we haven't seen any evidence of scenarios that would necessitate accepting relative ids.
For
navigator.install(install_url, manifest_id), should we acceptmanifest_ids that are relative? Or only absolute?Thus far, we haven't seen any evidence of scenarios that would necessitate accepting relative ids.