Skip to content

Commit

Permalink
Merge pull request #764 from Stremio-Community/build/addon-catalogs-m…
Browse files Browse the repository at this point in the history
…anifest

Build: fix and update manifest
  • Loading branch information
sleeyax authored Dec 30, 2024
2 parents bb08269 + a9e6106 commit d196fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,13 @@ getCached().then(cached => {
version: '1.0.0',
name: 'Stremio Community Addons List',
description: 'Stremio Community Addons List',
types: ["movie", "series", "channel", "tv"],
resources: ['addon_catalog'],
catalogs: [],
addonCatalogs: [{
type: 'all',
id: 'community',
name: 'Community',
name: 'Community (External)',
}],
};

Expand Down

0 comments on commit d196fb2

Please sign in to comment.