diff --git a/comet/api/endpoints/manifest.py b/comet/api/endpoints/manifest.py index 8f7e3b7..d669a32 100644 --- a/comet/api/endpoints/manifest.py +++ b/comet/api/endpoints/manifest.py @@ -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}, } diff --git a/comet/assets/background.png b/comet/assets/background.png new file mode 100644 index 0000000..0de699f Binary files /dev/null and b/comet/assets/background.png differ diff --git a/comet/assets/icon.png b/comet/assets/icon.png new file mode 100644 index 0000000..7079c52 Binary files /dev/null and b/comet/assets/icon.png differ diff --git a/comet/templates/admin_dashboard.html b/comet/templates/admin_dashboard.html index d63b547..6868eae 100644 --- a/comet/templates/admin_dashboard.html +++ b/comet/templates/admin_dashboard.html @@ -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" /> - +