ReadonlycapabilitiesAll capabilities declared in the manifest.
ReadonlydataThe raw parsed JSON data of the asset file.
ReadonlydependenciesAll dependencies declared in the manifest.
ReadonlydescriptionThe pack description.
ReadonlydocstringsAll JSDoc-style comment blocks parsed from this asset's source file,
in document order. Empty array when no /** … */ blocks are present.
ReadonlyfileAbsolute path to the asset's file on disk. Empty string in browser mode.
ReadonlyminThe minimum engine version required (header.min_engine_version).
ReadonlynameThe pack display name.
ReadonlytypeThe pack type as determined by the first module's type.
ReadonlyuuidThe pack UUID (header.uuid).
ReadonlyversionThe pack version (header.version).
Returns the version as a human-readable string, e.g. "1.2.3".
Wraps a pack's
manifest.jsonfile. Exposes identity, versioning, dependencies, and capabilities.Accessed via
addon.behaviorManifestandaddon.resourceManifest.Example