# TizenBrew Stremio Addon

This is a sample **Stremio add-on packaged for TizenBrew**, so you can run it on Samsung Tizen TVs.

## Install on TizenBrew (Samsung TV)

1. Open the TizenBrew Manager app on your TV.
2. Go to **Add Module**.
3. Enter the npm package name:
   ```
   tizenbrew-stremio-addon
   ```
4. TizenBrew installs the module and starts it.
5. In Stremio on the TV, add the manifest URL:
   ```
   http://localhost:7000/manifest.json
   ```

## Development

```bash
npm install
npm start
```

Then open: `http://localhost:7000/manifest.json`

