This commit is contained in:
Gabisonfire
2024-03-03 19:09:38 -05:00
parent ab9d26e78e
commit d54b5dbc33
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Knight Crawler
<img src="https://i.ibb.co/hYJPLdP/logo-only.png" alt="isolated" width="100"/>
<img src="https://i.ibb.co/fQxLJ1C/kc-final-e.png" alt="isolated" width="100"/>
A self-hosted Stremio addon for streaming torrents via a debrid service.

View File

@@ -13,8 +13,8 @@ export function manifest(config = {}) {
catalogs: getCatalogs(config),
resources: getResources(config),
types: [Type.MOVIE, Type.SERIES, Type.ANIME, Type.OTHER],
background: "https://i.ibb.co/9pXGycn/logo-color.png",
logo: "https://i.ibb.co/hYJPLdP/logo-only.png",
background: "https://i.ibb.co/PTzsRZ0/kc-final-e2x-bg.png",
logo: "https://i.ibb.co/fQxLJ1C/kc-final-e.png",
behaviorHints: {
configurable: true,
configurationRequired: false,