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?
optionalapp_min_version_mobile:string
Defined in: jpl-vite/src/index.ts:35
Inherited from
PluginManifest.app_min_version_mobile
author?
optionalauthor:string
Defined in: jpl-vite/src/index.ts:39
Inherited from
PluginManifest.author
categories?
optionalcategories:Category[]
Defined in: jpl-vite/src/index.ts:43
Inherited from
PluginManifest.categories
description?
optionaldescription:string
Defined in: jpl-vite/src/index.ts:38
Inherited from
PluginManifest.description
homepage_url?
optionalhomepage_url:string
Defined in: jpl-vite/src/index.ts:41
Inherited from
PluginManifest.homepage_url
icons?
optionalicons: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?
optionalkeywords: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?
optionalplatforms:Platform[]
Defined in: jpl-vite/src/index.ts:37
Inherited from
PluginManifest.platforms
promo_tile?
optionalpromo_tile:Image
Defined in: jpl-vite/src/index.ts:46
Inherited from
PluginManifest.promo_tile
repository_url?
optionalrepository_url:string
Defined in: jpl-vite/src/index.ts:42
Inherited from
PluginManifest.repository_url
screenshots?
optionalscreenshots:Image[]
Defined in: jpl-vite/src/index.ts:44
Inherited from
PluginManifest.screenshots
version?
optionalversion:string
Defined in: jpl-vite/src/index.ts:36
Inherited from
PluginManifest.version
vite?
optionalvite:UserConfig
Defined in: jpl-vite/src/index.ts:50