Skip to content

Documentation / jpl-vite / index / PluginConfig

Interface: PluginConfig

Extends

  • PluginManifest

Extended by

Properties

app_min_version

app_min_version: string

Inherited from

PluginManifest.app_min_version

Defined in

jpl-vite/src/index.ts:34


app_min_version_mobile?

optional app_min_version_mobile: string

Inherited from

PluginManifest.app_min_version_mobile

Defined in

jpl-vite/src/index.ts:35


author?

optional author: string

Inherited from

PluginManifest.author

Defined in

jpl-vite/src/index.ts:39


categories?

optional categories: Category[]

Inherited from

PluginManifest.categories

Defined in

jpl-vite/src/index.ts:43


description?

optional description: string

Inherited from

PluginManifest.description

Defined in

jpl-vite/src/index.ts:38


homepage_url?

optional homepage_url: string

Inherited from

PluginManifest.homepage_url

Defined in

jpl-vite/src/index.ts:41


icons?

optional icons: Icons

Inherited from

PluginManifest.icons

Defined in

jpl-vite/src/index.ts:45


id

id: string

Inherited from

PluginManifest.id

Defined in

jpl-vite/src/index.ts:31


keywords?

optional keywords: string[]

Inherited from

PluginManifest.keywords

Defined in

jpl-vite/src/index.ts:40


manifest_version

manifest_version: 1

Inherited from

PluginManifest.manifest_version

Defined in

jpl-vite/src/index.ts:32


name

name: string

Inherited from

PluginManifest.name

Defined in

jpl-vite/src/index.ts:33


platforms?

optional platforms: Platform[]

Inherited from

PluginManifest.platforms

Defined in

jpl-vite/src/index.ts:37


promo_tile?

optional promo_tile: Image

Inherited from

PluginManifest.promo_tile

Defined in

jpl-vite/src/index.ts:46


repository_url?

optional repository_url: string

Inherited from

PluginManifest.repository_url

Defined in

jpl-vite/src/index.ts:42


screenshots?

optional screenshots: Image[]

Inherited from

PluginManifest.screenshots

Defined in

jpl-vite/src/index.ts:44


version?

optional version: string

Inherited from

PluginManifest.version

Defined in

jpl-vite/src/index.ts:36


vite?

optional vite: UserConfig

Defined in

jpl-vite/src/index.ts:50

Released under the MIT License.