Skip to content

Documentation / jpl-vite / index / PluginConfig

Interface: PluginConfig

Defined in: jpl-vite/src/index.ts:49

Extends

  • PluginManifest

Extended by

Properties

app_min_version

app_min_version: string

Defined in: jpl-vite/src/index.ts:34

Inherited from

PluginManifest.app_min_version


app_min_version_mobile?

optional app_min_version_mobile: string

Defined in: jpl-vite/src/index.ts:35

Inherited from

PluginManifest.app_min_version_mobile


author?

optional author: string

Defined in: jpl-vite/src/index.ts:39

Inherited from

PluginManifest.author


categories?

optional categories: Category[]

Defined in: jpl-vite/src/index.ts:43

Inherited from

PluginManifest.categories


description?

optional description: string

Defined in: jpl-vite/src/index.ts:38

Inherited from

PluginManifest.description


homepage_url?

optional homepage_url: string

Defined in: jpl-vite/src/index.ts:41

Inherited from

PluginManifest.homepage_url


icons?

optional icons: Icons

Defined in: jpl-vite/src/index.ts:45

Inherited from

PluginManifest.icons


id

id: string

Defined in: jpl-vite/src/index.ts:31

Inherited from

PluginManifest.id


keywords?

optional keywords: string[]

Defined in: jpl-vite/src/index.ts:40

Inherited from

PluginManifest.keywords


manifest_version

manifest_version: 1

Defined in: jpl-vite/src/index.ts:32

Inherited from

PluginManifest.manifest_version


name

name: string

Defined in: jpl-vite/src/index.ts:33

Inherited from

PluginManifest.name


platforms?

optional platforms: Platform[]

Defined in: jpl-vite/src/index.ts:37

Inherited from

PluginManifest.platforms


promo_tile?

optional promo_tile: Image

Defined in: jpl-vite/src/index.ts:46

Inherited from

PluginManifest.promo_tile


repository_url?

optional repository_url: string

Defined in: jpl-vite/src/index.ts:42

Inherited from

PluginManifest.repository_url


screenshots?

optional screenshots: Image[]

Defined in: jpl-vite/src/index.ts:44

Inherited from

PluginManifest.screenshots


version?

optional version: string

Defined in: jpl-vite/src/index.ts:36

Inherited from

PluginManifest.version


vite?

optional vite: UserConfig

Defined in: jpl-vite/src/index.ts:50

Released under the MIT License.