diff --git a/bisc.cabal b/bisc.cabal index 3c11376..b264340 100644 --- a/bisc.cabal +++ b/bisc.cabal @@ -1,10 +1,18 @@ name: bisc version: 0.2.4.0 -synopsis: A small tool that clears qutebrowser cookies. +synopsis: A small tool that clears cookies (and more). description: - Bisc clears qutebrowser cookies and javascript local storage - by domains, stored in a whitelist. + Websites can store unwanted data using all sorts of methods: besides + the usual cookies, there are also the local and session storage, the + IndexedDB API and more caches as well. + + Bisc will try to go through each of them and remove all information from + websites that are not explicitly allowed (ie. a whitelist of domains). + It was created for qutebrowser, but it actually supports the storage + format used by Chromium-based browsers, which (sadly) means almost + every one nowadays. + homepage: https://maxwell.ydns.eu/git/rnhmjoj/bisc license: GPL-3