xtremio-plus / manifest.js
mikmc's picture
Upload 32 files
ed280e7 verified
raw
history blame contribute delete
595 Bytes
module.exports = {
id: "org.community.YourIPTV",
version: "2.0.5",
name: "HY EPG IPTV",
logo: "./assets/logo.png", // Local logo
description: "This addon brings all the Live Streams, VOD streams and Series from your IPTV subscription to your Stremio using Xtream API and supports IMDb IDs.",
types: ["movie", "series", "tv", "channel"],
background: "./assets/background.jpg", // Local background
resources: ["movie", "series", "tv"],
catalogs: [],
idPrefixes: ["yiptv:", "tt"],
behaviorHints: { configurable: true, configurationRequired: true },
};