Skip to content

Commit

Permalink
Update META.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xixu-me committed Oct 15, 2024
1 parent eab8bb3 commit 067053a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions META.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,24 @@ const services = [
icon: `${BASE_ICON_SET_URL}bilibili_2.png`,
alias: "BiliBili",
},
{ name: "Netflix", icon: `${BASE_ICON_SET_URL}Netflix.png` },
{
name: "Prime Video",
icon: `${BASE_ICON_SET_URL}Prime_Video_2.png`,
alias: "PrimeVideo",
},
{
name: "Disney+",
icon: `${BASE_ICON_SET_URL}Disney+_2.png`,
alias: "Disney",
},
{ name: "HBO Max", icon: `${BASE_ICON_SET_URL}HBO_Max.png`, alias: "HBO" },
{ name: "Binance", icon: extractFavicon("www.binance.com") },
{ name: "OKX", icon: extractFavicon("www.okx.com") },
{ name: "OpenAI", icon: extractFavicon("openai.com") },
{ name: "Copilot", icon: `${BASE_ICON_SET_URL}Copilot.png` },
{ name: "Microsoft", icon: `${BASE_ICON_SET_URL}Microsoft.png` },
{ name: "Gemini", icon: extractFavicon("gemini.google.com") },
{ name: "YouTube", icon: `${BASE_ICON_SET_URL}YouTube.png` },
];

Expand Down

0 comments on commit 067053a

Please sign in to comment.