1
1
# Agregore Browser
2
2
A minimal web browser for the distributed web
3
3
4
- <p align =" center " >
5
- <img src="./build/icon.png">
4
+ <p align =" center " style = " float : right " >
5
+ <img src="./build/icon.png" width="333px" >
6
6
</p >
7
7
8
8
## Running
@@ -40,15 +40,15 @@ PRs for more protocols are welcome.
40
40
- [ ] Loading pretty urls with index.html
41
41
- [ ] IPNS?
42
42
- [ ] Basic BitTorrent support (loading)
43
- - [ ] Keyboard shortcuts
44
- - [ ] Dev tools
45
- - [ ] Navigation
46
- - [ ] Customization?
47
43
- [ ] Better navigation UX
48
- - [ ] Multiple windows
49
- - [ ] Only allow single instance of the app (reuse the protocol handlers across windows)
50
- - [ ] Make sure protocol handlers open correct URL
44
+ - [x] Multiple windows
45
+ - [ ] Shortcuts for window creation
46
+ - [x] Only allow single instance of the app (reuse the protocol handlers across windows)
47
+ - [x] Make sure protocol handlers open correct URL
51
48
- [ ] Make sure page titles update the window title
49
+ - [ ] Keyboard shortcuts
50
+ - [x] Dev tools
51
+ - [ ] Navigation
52
52
- [ ] Better browser history
53
53
- [ ] Save history to a DB
54
54
- [ ] Search through history?
@@ -58,7 +58,7 @@ PRs for more protocols are welcome.
58
58
- [ ] PUT/DELETE methods for files / folders
59
59
- [ ] Track created archives for origin in a DB
60
60
- [ ] Access control prompt for writing to origin
61
- - [ ] WebXR - Make sure it's working!
61
+ - [x ] WebXR - Make sure it's working!
62
62
- [ ] Web extension support via [ electron-extensions] ( https://github.com/sentialx/electron-extensions )
63
63
- [ ] Somewhere to render badges
64
64
- [ ] Developer options page
0 commit comments