diff --git a/README.md b/README.md
index b5a8ce12..c797edbf 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
## 🌐 Browser Extension
Enhance your Civitai browsing experience with our companion browser extension! See which models you already have, download new ones with a single click, and manage your downloads efficiently.
-
+
diff --git a/docs/LM-Extension-Wiki.md b/docs/LM-Extension-Wiki.md
deleted file mode 100644
index a9901a1f..00000000
--- a/docs/LM-Extension-Wiki.md
+++ /dev/null
@@ -1,183 +0,0 @@
-## Overview
-
-The **LoRA Manager Civitai Extension** is a Browser extension designed to work seamlessly with [LoRA Manager](https://github.com/willmiao/ComfyUI-Lora-Manager) to significantly enhance your browsing experience on [Civitai](https://civitai.com). With this extension, you can:
-
-✅ Instantly see which models are already present in your local library
-✅ Download new models with a single click
-✅ Manage downloads efficiently with queue and parallel download support
-✅ Keep your downloaded models automatically organized according to your custom settings
-
-
-
-**Update:** It now also supports browsing on [CivArchive](https://civarchive.com/) (formerly CivitaiArchive).
-
-
-
----
-
-## Why Supporter Access?
-
-LoRA Manager is built with love for the Stable Diffusion and ComfyUI communities. Your support makes it possible for me to keep improving and maintaining the tool full-time.
-
-Supporter-exclusive features help ensure the long-term sustainability of LoRA Manager, allowing continuous updates, new features, and better performance for everyone.
-
-Every contribution directly fuels development and keeps the core LoRA Manager free and open-source. In addition to monthly supporters, one-time donation supporters will also receive a license key, with the duration scaling according to the contribution amount. Thank you for helping keep this project alive and growing. ❤️
-
-
----
-
-## Installation
-
-### Supported Browsers & Installation Methods
-
-| Browser | Installation Method |
-|--------------------|-------------------------------------------------------------------------------------|
-| **Google Chrome** | [Chrome Web Store link](https://chromewebstore.google.com/detail/capigligggeijgmocnaflanlbghnamgm?utm_source=item-share-cb) |
-| **Microsoft Edge** | Install via Chrome Web Store (compatible) |
-| **Brave Browser** | Install via Chrome Web Store (compatible) |
-| **Opera** | Install via Chrome Web Store (compatible) |
-| **Firefox** | |
-
-For non-Chrome browsers (e.g., Microsoft Edge), you can typically install extensions from the Chrome Web Store by following these steps: open the extension’s Chrome Web Store page, click 'Get extension', then click 'Allow' when prompted to enable installations from other stores, and finally click 'Add extension' to complete the installation.
-
----
-
-## Privacy & Security
-
-I understand concerns around browser extensions and privacy, and I want to be fully transparent about how the **LM Civitai Extension** works:
-
-- **Reviewed and Verified**
- This extension has been **manually reviewed and approved by the Chrome Web Store**. The Firefox version uses the **exact same code** (only the packaging format differs) and has passed **Mozilla’s Add-on review**.
-
-- **Minimal Network Access**
- The only external server this extension connects to is:
- **`https://willmiao.shop`** — used solely for **license validation**.
-
- It does **not collect, transmit, or store any personal or usage data**.
- No browsing history, no user IDs, no analytics, no hidden trackers.
-
-- **Local-Only Model Detection**
- Model detection and LoRA Manager communication all happen **locally** within your browser, directly interacting with your local LoRA Manager backend.
-
-I value your trust and are committed to keeping your local setup private and secure. If you have any questions, feel free to reach out!
-
----
-
-## How to Use
-
-After installing the extension, you'll automatically receive a **7-day trial** to explore all features.
-
-When the extension is correctly installed and your license is valid:
-
-- Open **Civitai**, and you'll see visual indicators added by the extension on model cards, showing:
- - ✅ Models already present in your local library
- - ⬇️ A download button for models not in your library
-
-Clicking the download button adds the corresponding model version to the download queue, waiting to be downloaded. You can set up to **5 models to download simultaneously**.
-
-### Visual Indicators Appear On:
-
-- **Home Page** — Featured models
-- **Models Page**
-- **Creator Profiles** — If the creator has set their models to be visible
-- **Recommended Resources** — On individual model pages
-
-### Version Buttons on Model Pages
-
-On a specific model page, visual indicators also appear on version buttons, showing which versions are already in your local library.
-
-**Starting from v0.4.8**, model pages use a dedicated download button for better compatibility. When switching to a specific version by clicking a version button:
-
-- The new **dedicated download button** directly triggers download via **LoRA Manager**
-- The **original download button** remains unchanged for standard browser downloads
-
-
-
-### Hide Models Already in Library (Beta)
-
-**New in v0.4.8**: A new **Hide models already in library (Beta)** option makes it easier to focus on models you haven't added yet. It can be enabled from Settings, or toggled quickly using **Ctrl + Shift + H** (macOS: **Command + Shift + H**).
-
-### Resources on Image Pages — now shows in-library indicators for image resources plus one-click recipe import
-
-- **One-Click Import Civitai Image as Recipe** — Import any Civitai image as a recipe with a single click in the Resources Used panel.
-- **Auto-Queue Missing Assets** — In Settings you can decide if LoRAs or checkpoints referenced by that image should automatically be added to your download queue.
-- **More Accurate Metadata** — Importing directly from the page is faster than copying inside LM and keeps on-site tags and other metadata perfectly aligned.
-
-
-
-[](https://github.com/user-attachments/assets/41fd4240-c949-4f83-bde7-8f3124c09494)
-
----
-
-## Model Download Location & LoRA Manager Settings
-
-To use the **one-click download function**, you must first set:
-
-- Your **Default LoRAs Root**
-- Your **Default Checkpoints Root**
-
-These are set within LoRA Manager's settings.
-
-When everything is configured, downloaded model files will be placed in:
-
-`//`
-
-
-### Update: Default Path Customization (2025-07-21)
-
-A new setting to customize the default download path has been added in the nightly version. You can now personalize where models are saved when downloading via the LM Civitai Extension.
-
-
-
-The previous YAML path mapping file will be deprecated—settings will now be unified in settings.json to simplify configuration.
-
----
-
-## Backend Port Configuration
-
-If your **ComfyUI** or **LoRA Manager** backend is running on a port **other than the default 8188**, you must configure the backend port in the extension's settings.
-
-After correctly setting and saving the port, you'll see in the extension's header area:
-- A **Healthy** status with the tooltip: `Connected to LoRA Manager on port xxxx`
-
-
----
-
-## Advanced Usage
-
-### Connecting to a Remote LoRA Manager
-
-If your LoRA Manager is running on another computer, you can still connect from your browser using port forwarding.
-
-> **Why can't you set a remote IP directly?**
->
-> For privacy and security, the extension only requests access to `http://127.0.0.1/*`. Supporting remote IPs would require much broader permissions, which may be rejected by browser stores and could raise user concerns.
-
-**Solution: Port Forwarding with `socat`**
-
-On your browser computer, run:
-
-`socat TCP-LISTEN:8188,bind=127.0.0.1,fork TCP:REMOTE.IP.ADDRESS.HERE:8188`
-
-- Replace `REMOTE.IP.ADDRESS.HERE` with the IP of the machine running LoRA Manager.
-- Adjust the port if needed.
-
-This lets the extension connect to `127.0.0.1:8188` as usual, with traffic forwarded to your remote server.
-
-_Thanks to user **Temikus** for sharing this solution!_
-
----
-
-## Roadmap
-
-The extension will evolve alongside **LoRA Manager** improvements. Planned features include:
-
-- [x] Support for **additional model types** (e.g., embeddings)
-- [x] One-click **Recipe Import**
-- [x] Display of in-library status for all resources in the **Resources Used** section of the image page
-- [x] One-click **Auto-organize Models**
-- [x] **Hide models already in library (Beta)** - Focus on models you haven't added yet
-
-**Stay tuned — and thank you for your support!**
-
----
diff --git a/wiki-images/civarchive-models-page.png b/wiki-images/civarchive-models-page.png
deleted file mode 100644
index 780add13..00000000
Binary files a/wiki-images/civarchive-models-page.png and /dev/null differ
diff --git a/wiki-images/civitai-image-page.jpg b/wiki-images/civitai-image-page.jpg
deleted file mode 100644
index ae3a9a5f..00000000
Binary files a/wiki-images/civitai-image-page.jpg and /dev/null differ
diff --git a/wiki-images/civitai-model-page.png b/wiki-images/civitai-model-page.png
deleted file mode 100644
index 532bac85..00000000
Binary files a/wiki-images/civitai-model-page.png and /dev/null differ
diff --git a/wiki-images/civitai-models-page.png b/wiki-images/civitai-models-page.png
deleted file mode 100644
index 5d635473..00000000
Binary files a/wiki-images/civitai-models-page.png and /dev/null differ
diff --git a/wiki-images/default-path-customization.png b/wiki-images/default-path-customization.png
deleted file mode 100644
index 938631d2..00000000
Binary files a/wiki-images/default-path-customization.png and /dev/null differ
diff --git a/wiki-images/import-recipe-url.png b/wiki-images/import-recipe-url.png
deleted file mode 100644
index 177d7d27..00000000
Binary files a/wiki-images/import-recipe-url.png and /dev/null differ
diff --git a/wiki-images/lora-recipes-tab.png b/wiki-images/lora-recipes-tab.png
deleted file mode 100644
index b26ee8b0..00000000
Binary files a/wiki-images/lora-recipes-tab.png and /dev/null differ
diff --git a/wiki-images/recipe-detail.png b/wiki-images/recipe-detail.png
deleted file mode 100644
index 0dc4af0d..00000000
Binary files a/wiki-images/recipe-detail.png and /dev/null differ
diff --git a/wiki-images/recipe-download-missing.png b/wiki-images/recipe-download-missing.png
deleted file mode 100644
index 0788bae1..00000000
Binary files a/wiki-images/recipe-download-missing.png and /dev/null differ
diff --git a/wiki-images/recipe-find-duplicates.png b/wiki-images/recipe-find-duplicates.png
deleted file mode 100644
index 723f17cc..00000000
Binary files a/wiki-images/recipe-find-duplicates.png and /dev/null differ
diff --git a/wiki-images/recipe-reconnect-deleted.png b/wiki-images/recipe-reconnect-deleted.png
deleted file mode 100644
index 473055c0..00000000
Binary files a/wiki-images/recipe-reconnect-deleted.png and /dev/null differ
diff --git a/wiki-images/recipe-save.png b/wiki-images/recipe-save.png
deleted file mode 100644
index 21f40cc2..00000000
Binary files a/wiki-images/recipe-save.png and /dev/null differ
diff --git a/wiki-images/recipe-send-to-workflow.png b/wiki-images/recipe-send-to-workflow.png
deleted file mode 100644
index c97f5246..00000000
Binary files a/wiki-images/recipe-send-to-workflow.png and /dev/null differ
diff --git a/wiki-images/recipe-source-path.png b/wiki-images/recipe-source-path.png
deleted file mode 100644
index 9b4742ac..00000000
Binary files a/wiki-images/recipe-source-path.png and /dev/null differ
diff --git a/wiki-images/recipe-view-loras.png b/wiki-images/recipe-view-loras.png
deleted file mode 100644
index b0c5f956..00000000
Binary files a/wiki-images/recipe-view-loras.png and /dev/null differ