Merge pull request #456 from g0ldyy/development

Development
This commit is contained in:
Goldy
2026-01-06 21:59:19 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ async def manifest(request: Request, b64config: str = None):
}
],
"types": ["movie", "series", "anime", "other"],
"logo": "https://i.ibb.co/LVGNJ0s/icon.jpg",
"background": "https://i.ibb.co/spMks15Y/background.jpg",
"logo": "https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png",
"background": "https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/background.png",
"behaviorHints": {"configurable": True, "configurationRequired": False},
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

+1 -1
View File
@@ -15,7 +15,7 @@
id="favicon"
rel="icon"
type="image/x-icon"
href="https://i.ibb.co/LVGNJ0s/icon.jpg"
href="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png"
/>
<link
+1 -1
View File
@@ -15,7 +15,7 @@
id="favicon"
rel="icon"
type="image/x-icon"
href="https://i.ibb.co/LVGNJ0s/icon.jpg"
href="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png"
/>
<link
+2 -2
View File
@@ -7,11 +7,11 @@
<meta content="Comet" property="og:title" />
<meta content="Stremio's fastest torrent/debrid search add-on." property="og:description" />
<meta content="https://comet.looks.legal" property="og:url" />
<meta content="https://i.ibb.co/LVGNJ0s/icon.jpg" property="og:image" />
<meta content="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png" property="og:image" />
<meta content="#6b6ef8" data-react-helmet="true" name="theme-color" />
<title>Comet - Stremio's fastest torrent/debrid search add-on.</title>
<link id="favicon" rel="icon" type="image/x-icon" href="https://i.ibb.co/LVGNJ0s/icon.jpg" />
<link id="favicon" rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.20.1/cdn/themes/dark.css" />
<script type="module"
+1 -1
View File
@@ -17,7 +17,7 @@ TIMEOUT = 30
WEBHOOK_URL = "https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN"
WEBHOOK_USERNAME = "Comet Monitor"
WEBHOOK_AVATAR = "https://i.ibb.co/LVGNJ0s/icon.jpg"
WEBHOOK_AVATAR = "https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png"
# ===========================================