Created
February 18, 2019 13:37
-
-
Save Ivshti/14d58a138df42746d7284825f4c623f2 to your computer and use it in GitHub Desktop.
Addon manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 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