Skip to content

Instantly share code, notes, and snippets.

@Ivshti
Created February 18, 2019 13:37
Show Gist options
  • Select an option

  • Save Ivshti/14d58a138df42746d7284825f4c623f2 to your computer and use it in GitHub Desktop.

Select an option

Save Ivshti/14d58a138df42746d7284825f4c623f2 to your computer and use it in GitHub Desktop.
Addon manifest
{
id: 'org.myexampleaddon',
version: '1.0.0',
name: 'simple example',
// Properties that determine when Stremio picks this add-on
// this means your add-on will be used for streams of the type movie
catalogs: [],
resources: ['stream'],
types: ['movie'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment