We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5163b commit 27b102aCopy full SHA for 27b102a
META.js
@@ -30,12 +30,8 @@ const services = [
30
icon: `${BASE_ICON_SET_URL}Prime_Video_2.png`,
31
alias: "PrimeVideo",
32
},
33
- {
34
- name: "Disney+",
35
- icon: `${BASE_ICON_SET_URL}Disney+_2.png`,
36
- alias: "Disney",
37
- },
38
- { name: "HBO Max", icon: `${BASE_ICON_SET_URL}HBO_Max.png`, alias: "HBO" },
+ { name: "Disney", icon: `${BASE_ICON_SET_URL}Disney.png` },
+ { name: "HBO", icon: `${BASE_ICON_SET_URL}HBO_1.png` },
39
{ name: "Binance", icon: extractFavicon("www.binance.com") },
40
{ name: "OKX", icon: extractFavicon("www.okx.com") },
41
{ name: "Claude", icon: extractFavicon("claude.ai") },
0 commit comments