+
+![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/druffko/kaelus?include_prereleases)
+
+![.NET Version](https://img.shields.io/badge/.NET-8.0-brightgreen)
+![.NET Version](https://img.shields.io/badge/OS-Windows+macOS-lightgray)
+![GitHub last commit](https://img.shields.io/github/last-commit/druffko/kaelus)
+
+
+
+ ![GitHub All Releases](https://img.shields.io/github/downloads/druffko/kaelus/total)
+ ![GitHub closed issues](https://img.shields.io/github/issues-closed/druffko/kaelus)
+ ![GitHub issues](https://img.shields.io/github/issues/druffko/kaelus)
+
+
KAELUS
+
+ KAELUS is a cross-platform (Windows & macOS) Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.
+ Based on druffko/kaelus-engine
+
+
+
+## Table of Contents
+- [About](#about)
+- [Features](#features)
+- [Installation](#installation)
+- [Usage](#usage)
+- [Contributing](#contributing)
+- [License](#license)
+- [Contact](#contact)
+
+---
+
+## About
+
+KAELUS is a cross-platform (Windows & macOS) Desktop application written in C#, that extracts E-Mail-Addresses from any URL you enter.
+
+By automatically scanning the source code of each and every link with the same host domain it is able to find email addresses that are listed on said domain, without having to go through them manually.
+
+![UI-Screenshot](https://druffko.gg/github-images/kaelus/kaelus-ui.png)
+
+---
+
+## Features
+
+- ✅ Extract email addresses from websites
+- ✅ Scans every link on a website
+- ✅ Works on Windows and macOS
+- ✅ Show results in GUI
+
+---
+
+## Installation
+
+### Download the latest version
+
+To start off, please head to the [releases page](https://github.com/druffko/kaelus/releases) and download a pre-built package.
+
+*If you don't trust me for some reason, feel free to download the latest released source code and build it your self.*
+
+### Launch the application
+
+Launch the application using double clicking. If the Application won't execute because it's from a "unknown developer", right-click and click "open".
+
+---
+
+## Usage
+
+### Getting email addresses
+Simply enter the URL you want to scan. You can either enter the "http://" or "https://" or just simply leave it out. FindMail will "fix" the URL.
+
+### Click start
+Just click start and the applicaton will search the website for email-addresses. Results will be returned in a scrollable textview.
+
+---
+
+## Contributing
+
+Contributions are welcome! Please follow these steps:
+
+1. Fork the repository
+2. Create a new branch (`git checkout -b feature-name`)
+3. Commit your changes (`git commit -m 'Add some feature'`)
+4. Push to the branch (`git push origin feature-name`)
+5. Open a pull request
+
+---
+
+## License
+
+This project is licensed under the [MIT License](LICENSE).
+
+---
+
+## Contact
+
+- **druffko** - [@druffko](https://twitter.com/druffko) - hi@druffko.gg
+- **Project Link** - https://github.com/druffko/kaelus
+
+Feel free to reach out if you have any questions or suggestions!
+
+---
diff --git a/app.manifest b/app.manifest
new file mode 100644
index 0000000..519d5ba
--- /dev/null
+++ b/app.manifest
@@ -0,0 +1,18 @@
+
+