Skip to content

Commit

Permalink
fix: Make manifest.shortcuts.icons optional #509 (#510)
Browse files Browse the repository at this point in the history
Fixes #509

Signed-off-by: Anton Melser <anton.melser@outlook.com>
  • Loading branch information
AntonOfTheWoods committed May 13, 2023
1 parent ba74d16 commit c59de75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export interface ManifestOptions {
short_name?: string
url: string
description?: string
icons: Record<string, any>[]
icons?: Record<string, any>[]
}[]
/**
* @default []
Expand Down

0 comments on commit c59de75

Please sign in to comment.