Skip to content

Commit

Permalink
feat: add scope_extensions to webmanifest (#561)
Browse files Browse the repository at this point in the history
Scope extensions are currently part of the manifest incubation: https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md
  • Loading branch information
dargmuesli authored Sep 8, 2023
1 parent 31ccaa8 commit 81ad480
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,13 @@ export interface ManifestOptions {
edge_side_panel?: {
preferred_width?: number
}
/**
* https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md
* @default []
*/
scope_extensions: {
origin: string
}[]
}

export interface WebManifestData {
Expand Down

0 comments on commit 81ad480

Please sign in to comment.