indigoparadox / matchmouse

An extremely lightweight/simple browser that gets its bookmarks/user data from Firefox Sync. Hoping to add some security/privacy features in the future, as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= Requirements =

* requests
* pyyaml
* M2Crypto
* GTK in GIR
* WebKit2 in GIR

= Goals =

== Completed Goals ==

* Download bookmarks from a local Firefox Sync/Weave server.
* Remove yaml requirement and store config in SQLite DB.

== Immediate Goals ==

* HTTPS enforcement.
* Privacy tools (Ad Block Plus/RequestPolicy/NoScript/Cookie Monster/RefControl)
  built-in.

== Later Goals ==

* User styles/scripts.
* Bookmark editing and two-way synchronization.
* (Relatively) secure password management. Maybe using TPM or similar.
* Run in Python 3 (waiting on M2Crypto).

About

An extremely lightweight/simple browser that gets its bookmarks/user data from Firefox Sync. Hoping to add some security/privacy features in the future, as well.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%