Skip to content

Commit

Permalink
Merge pull request #257 from eranhirsch/eranhirsch/formFactor
Browse files Browse the repository at this point in the history
type(WebAppManifest): Add screenshot `form_factor`
  • Loading branch information
ShafSpecs authored Aug 24, 2024
2 parents 43c4987 + a377627 commit e98e28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export interface WebAppManifest {
type?: string;
platform?: string;
label?: string;
form_factor?: 'narrow' | 'wide';
}>;
shortcuts?: Array<{
name?: string;
Expand Down

0 comments on commit e98e28c

Please sign in to comment.