fix(core): update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user