mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
feat: update addon name in getManifest to include 'Addon'
This commit is contained in:
@@ -222,7 +222,7 @@ async function getManifest(config) {
|
||||
favicon: `${process.env.HOST_NAME}/favicon.png`,
|
||||
logo: `${process.env.HOST_NAME}/logo.png`,
|
||||
background: `${process.env.HOST_NAME}/background.png`,
|
||||
name: "The Movie Database",
|
||||
name: "The Movie Database Addon",
|
||||
description: "Stremio addon that provides rich metadata for movies and TV shows from TMDB, featuring customizable catalogs, multi-language support, favorites lists, watchlist, ratings, and IMDb integration. Current settings: " + activeConfigs,
|
||||
resources: ["catalog", "meta"],
|
||||
types: ["movie", "series"],
|
||||
|
||||
Reference in New Issue
Block a user