transportUrl: "https://cyberflix.strem.fun/manifest.json", transportName: "http" ,

];

npm install stremio-addon-sdk Create addon.js :

transportUrl: "https://opensubtitlesv3.strem.fun/manifest.json", transportName: "http"

const express = require('express'); const cors = require('cors'); const app = express(); app.use(cors()); app.use(express.json());

res.json( ...BASE_MANIFEST, addons ); ); If you prefer the official SDK: