Array of Catalog objects, a list of other addon manifests.
This can be used for an addon to act just as a catalog of other addons.
Background image for the addon.
URL to png/jpg, at least 1024x786 resolution.
If the addon includes adult content.
Defaults to false.
If the addon includes P2P content, such as BitTorrent, which may reveal the user's IP to other streaming parties.
Used to provide an adequate warning to the user.
A list of the content catalogs your addon provides.
Leave this an empty array ([]) if your addon does not provide the catalog resource.
Contact email for addon issues. Used for the Report button in the app. Also, the Stremio team may reach you on this email for anything relating your addon.
Human readable description
Identifier, dot-separated, e.g. "com.stremio.filmon"
Use this if you want your addon to be called only for specific content IDs.
For example, if you set this to ["yt_id:", "tt"], your addon will only be called for id values that start with 'yt_id:' or 'tt'.
Logo icon, URL to png, monochrome, 256x256.
Human readable name
Supported resources, defined as an array of objects (long version) or strings (short version).
Example #1: [{"name": "stream", "types": ["movie"], "idPrefixes": ["tt"]}]
Example #2: ["catalog", "meta", "stream", "subtitles", "addon_catalog"]
Supported types.
Semantic version of the addon
Generated using TypeDoc
The addon description and capabilities.
The first thing to define for your addon is the manifest, which describes it's name, purpose and some technical details.