Skip to content

Commit

Permalink
frontend: kraken: Add manifest V2 types
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMario109 committed May 21, 2024
1 parent 5165fa0 commit 830bdec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/frontend/src/types/kraken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,16 @@ export interface RunningContainer {
imageId: string
status: string
}

export interface ManifestSource {
name: string
url: string
enabled: boolean
}

export interface Manifest extends ManifestSource {
identifier: string
priority: number
factory: boolean
data?: [ExtensionData]
}

0 comments on commit 830bdec

Please sign in to comment.