fix(core): update

This commit is contained in:
2023-06-12 00:42:30 +02:00
parent b0bc321cc2
commit fc0369cded
3 changed files with 5 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ export interface ISmartManifestConstructorOptions {
src: string;
type: string;
sizes: string;
purpose?: 'any' | 'maskable' | 'monochrome';
}>;
related_applications?: Array<{
platform: 'play' | string;
@@ -35,6 +36,7 @@ const defaultConstructorOptions: ISmartManifestConstructorOptions = {
src: '/assetbroker/manifest/icon-large.png',
type: 'image/png',
sizes: '1024x1024',
purpose: 'any',
},
{
src: '/assetbroker/manifest/icon-144x144.png',