blob: 241effae03dc5f21ba1137db3ed390dc82c6c6f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<h3 align=center> Rose Browser</h3>
<h4 align=center>Minimal browser based on webkit2gtk</h4>
#### Features
- tabs, cookies, caching
- minimal ui, autohiding elements
- ~400L code base
- custom gtk and websites css
- hackable without any knowledge
- builtin rose-mklink script for in-shell static links
### 👐 Contribute
See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md).
### 📜 License
Rose is released under own license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private use
### To do
- [x] Add open in new tab functionality
- [x] Test open in new tab functionality
- [x] Add styles tab
- [ ] Isolate plugins so that they aren't active by default
|