Skip to main content

Manifest

This page describe the schema for the plugin manifest, manifest.json.

Properties

PropertyTypeRequiredDescription
authorstringYesThe plugin author's name.
descriptionstringYesThe long description of your plugin.
idstringYesThe ID of your plugin.
isDesktopOnlybooleanYesWhether your plugin uses NodeJS or Electron APIs.
minAppVersionstringYesThe minimum required Obsidian version for your plugin.
namestringYesThe display name of your plugin.
versionstringYesThe version of your plugin.
authorUrlstringNoA URL to your own website.
fundingUrlstringNoA URL to where the users can support your project.