Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

fable-community/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manifest.json

Top-Level Parameters

{


id


A unique alphanumeric id


title?


The display name of the pack


description?


Small description about the pack and what it contains


nsfw?


If the pack contains any nsfw (explicit) content


author?


The name of the pack's author


image?


The icon of the pack or its author


url?


A url to pack's homepage


depends?


A list of packs that are required to make your pack function properly


conflicts?


A list of packs that might conflict with your pack


media?

: {


conflicts?

: [ "[pack-id:media-id]" ]

new?

: [{

id



type



format?



title



popularity



description?



images?



trailer?



externalLinks?



relations?



characters?


}]

}


characters?

: {


conflicts?

: [ "[pack-id:character-id]" ]

new?

: [{

id



name



description?



popularity?



images?



gender?



age?



externalLinks?



media?


}]

}

}