Default: {
Source: string;
DarkSource: string;
Path: string;
Settings: {
Desktop: {
RegularIconTransformation: {
Type: Background;
BackgroundColor: string;
BackgroundRadius: number;
ImageScale: number;
};
DarkIconType: "specific";
DarkIconTransformation: {
Type: Background;
BackgroundColor: string;
BackgroundRadius: number;
ImageScale: number;
};
};
Touch: {
Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
AppTitle: string;
};
WebAppManifest: {
Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
BackgroundColor: string;
ThemeColor: string;
Name: string;
ShortName: string;
};
};
Inject: true;
InjectHtml: false;
BustURL: false;
Logger: (...data: any[]) => void;
}
Type Declaration
Source: string
DarkSource: string
Path: string
Settings: {
Desktop: {
RegularIconTransformation: {
Type: Background;
BackgroundColor: string;
BackgroundRadius: number;
ImageScale: number;
};
DarkIconType: "specific";
DarkIconTransformation: {
Type: Background;
BackgroundColor: string;
BackgroundRadius: number;
ImageScale: number;
};
};
Touch: {
Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
AppTitle: string;
};
WebAppManifest: {
Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
BackgroundColor: string;
ThemeColor: string;
Name: string;
ShortName: string;
};
}
Inject: true
InjectHtml: false
BustURL: false
Logger: (...data: any[]) => void