Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
fix(types): add short_name to ManifestOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed May 15, 2022
1 parent 4f1aaeb commit 72ab2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface MetaOptions {

export interface ManifestOptions {
name: string
short_name: string
description: string
lang: string
start_url: string
Expand Down

0 comments on commit 72ab2ce

Please sign in to comment.