-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92476be
commit 379768e
Showing
1 changed file
with
2 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,21 @@ | ||
# Simple Browser | ||
[![License: GPL v3](https://img.shields.io/github/license/DanielLMcGuire/Simple-Browser)](https://www.gnu.org/licenses/old-licenses/gpl-3.0) ![Language: C#](https://img.shields.io/badge/language-C%23-178600) ![GitHub repo size](https://img.shields.io/github/repo-size/DanielLMcGuire/Simple-Browser) ![SourceForge Downloads](https://img.shields.io/sourceforge/dm/simple-browser) ![GitHub release (with filter)](https://img.shields.io/github/v/release/DanielLMcGuire/Simple-Browser) | ||
|
||
## Overview | ||
|
||
Simple-Browser is a lightweight web browser built using C# and MS WebView2 (Chromium Based). This project aims to provide users with a minimalistic browsing experience with a focus on simplicity and performance. | ||
|
||
## Features | ||
|
||
- **Current Features**: | ||
- Address Bar | ||
- Browser | ||
- **Upcoming Features**: | ||
- Tabbed Browsing (1.2.0) | ||
- Android version (1.X.X) | ||
- Extension Support (Custom, not chromium extensions) (1.X.X) | ||
## License | ||
|
||
(X = UNKNOWN) | ||
Simple-Browser is licensed under the GNU General Public License v3.0. See the [LICENSE](https://DanielLMcGuire.github.io/Simple-Browser/License) for more details. | ||
|
||
## Installation | ||
|
||
Follow these steps to install Simple-Browser: | ||
1. Download and run setup | ||
|
||
## Usage | ||
|
||
Once installed, launch Simple-Browser and browse away! | ||
|
||
## Contributing | ||
|
||
We welcome contributions! If you'd like to contribute, please follow our guidelines outlined [here](https://daniellmcguire.github.io/simple-browser/contibute). (Link broken until 1.2.0) | ||
|
||
### IN VERSION 2 WE MAY BE COMPLETELY RE-WRITING THIS IN C++ | ||
|
||
## Compatibility | ||
|
||
- **Windows**: | ||
- Windows 10 22H2 or later (x64 Release Only) | ||
- Windows 11 (Any Version) | ||
|
||
- More Versions Coming Soon | ||
|
||
## Download | ||
|
||
- [(Recommended) Download Simple-Browser (GitHub)](https://github.com/DanielLMcGuire/Simple-Browser/releases/latest) | ||
- [Download Simple-Browser (SourceForge)](https://sourceforge.net/projects/simple-browser/files/latest/download) | ||
|
||
## Roadmap | ||
|
||
Our roadmap includes: | ||
- NOT AVAILIBLE | ||
|
||
## License | ||
|
||
Simple-Browser is licensed under the GNU General Public License v3.0. See the [LICENSE](https://DanielLMcGuire.github.io/Simple-Browser/License) for more details. | ||
|
||
--- |