
复制// Represents a system application related to a particular web app. // See: https://www.w3.org/TR/appmanifest/#dfn-application-object struct RelatedApplication { string platform; // TODO(mgiuca): Change to url.mojom.Url (requires changing // WebRelatedApplication as well). string?利用F漏e浏览器
url; string? id; string? version; }; // Mojo service for the getInstalledRelatedApps implementation. // The browser process implements this service and receives calls from // renderers to resolve calls to navigator.getInstalledRelatedApps(). interface InstalledAppProvider { // Filters |relatedApps|, keeping only those which are both installed on the // users system, and related to the web origin of the requesting page. // Also appends the app version to the filtered apps. FilterInstalledApps(array related_apps, url.mojom.Url manifest_url) => (array installed_apps); }; 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.