Skip to content

Commit

Permalink
Fix: Add maskable to icon.purpose in manifest
Browse files Browse the repository at this point in the history
Fix #3451
Close #3478
  • Loading branch information
DimitarNestorov authored and molant committed Jan 16, 2020
1 parent 4094f41 commit c5eb40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/parser-manifest/src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"any",
"any badge",
"badge",
"badge any"
"badge any",
"maskable"
],
"type": "string"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/parser-manifest/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export type ManifestImageResource = {
'any' |
'badge' |
'any badge' |
'badge any';
'badge any' |
'maskable';
sizes?: string;
src: string;
type?: string;
Expand Down

0 comments on commit c5eb40f

Please sign in to comment.