add iconUrl to manifest
This commit is contained in:
@@ -165,7 +165,10 @@ async function onHashChange() {
|
||||
});
|
||||
}
|
||||
|
||||
const packageData = { ...result, appStoreId: `${appId}@${version}` };
|
||||
const packageData = {
|
||||
...result, // { id, creationDate, publishState, manifest, iconUrl }
|
||||
appStoreId: `${appId}@${version}`
|
||||
};
|
||||
appInstallDialog.value.open(packageData, installedApps.value.length >= features.value.appMaxCount, domains.value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user