chore: add web emoji as icon
This commit is contained in:
parent
da556d3523
commit
b1244086cd
2 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ Supported extractors: ",
|
|||
"tmdb:",
|
||||
"tt",
|
||||
],
|
||||
"logo": "https://emojiapi.dev/api/v1/spider_web/256.png",
|
||||
"name": "WebStreamr",
|
||||
"resources": [
|
||||
"stream",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ export const buildManifest = (sources: Source[], extractors: Extractor[], config
|
|||
],
|
||||
catalogs: [],
|
||||
idPrefixes: ['tmdb:', 'tt'],
|
||||
logo: 'https://emojiapi.dev/api/v1/spider_web/256.png',
|
||||
behaviorHints: {
|
||||
p2p: false,
|
||||
configurable: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue