exportfunctionsetAppIcon(name, isInBackground = true) {
console.error("setAppIcon is not supported on web");
returnfalse;
}
exportfunctiongetAppIcon() {
console.error("getAppIcon is not supported on web");
return"";
}
//# sourceMappingURL=index.web.js.map