mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
New logo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Knight Crawler
|
# 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.
|
A self-hosted Stremio addon for streaming torrents via a debrid service.
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ export function manifest(config = {}) {
|
|||||||
catalogs: getCatalogs(config),
|
catalogs: getCatalogs(config),
|
||||||
resources: getResources(config),
|
resources: getResources(config),
|
||||||
types: [Type.MOVIE, Type.SERIES, Type.ANIME, Type.OTHER],
|
types: [Type.MOVIE, Type.SERIES, Type.ANIME, Type.OTHER],
|
||||||
background: "https://i.ibb.co/9pXGycn/logo-color.png",
|
background: "https://i.ibb.co/PTzsRZ0/kc-final-e2x-bg.png",
|
||||||
logo: "https://i.ibb.co/hYJPLdP/logo-only.png",
|
logo: "https://i.ibb.co/fQxLJ1C/kc-final-e.png",
|
||||||
behaviorHints: {
|
behaviorHints: {
|
||||||
configurable: true,
|
configurable: true,
|
||||||
configurationRequired: false,
|
configurationRequired: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user