Skip to content

Commit f9e963f

Browse files
Uno-Takashiclaude
andcommitted
feat(popup): add dアニメストア link to info tab
同時視聴の対象サービスであるdアニメストアの公式トップページへの リンクを情報タブのリンク集に追加。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d638e46 commit f9e963f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/presentation/popup/InfoPanel.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BookOpen, ExternalLink, Heart, Home } from "lucide-react";
1+
import { BookOpen, ExternalLink, Heart, Home, Tv } from "lucide-react";
22
import type { ComponentType, SVGProps } from "react";
33
import { FaChrome } from "react-icons/fa6";
44

@@ -27,6 +27,12 @@ const LINKS: InfoLink[] = [
2727
description: "同時視聴の始め方ガイド",
2828
icon: BookOpen,
2929
},
30+
{
31+
href: "https://animestore.docomo.ne.jp/animestore/tp/",
32+
label: "dアニメストア",
33+
description: "同時視聴の対象サービス(公式トップ)",
34+
icon: Tv,
35+
},
3036
{
3137
href: "https://chrome.google.com/webstore/detail/d-party/ibmlcfpijglpfbfgaleaeooebgdgcbpc?hl=ja",
3238
label: "Chrome ウェブストア",

0 commit comments

Comments
 (0)