[FR] import cookies
I know of https://github.com/tobykurien/WebApps/issues/44 . But this request is different.
I'm having problems logging in to some site. Guess it's sometimes easier just to export on a PC and import into WebApps (if/when it's supported).
I would like to extend this fr, too also export cookies. Related issues #197 #230
The feature #44 exports cookies into a sqlite database, so you can edit/add/extract cookies and then import it.
The problem with that feature is that it always exports everything of all webapps. Me and the OP were looking for an import/export on a per site (webapp) basis. Furthermore it would be nice if the cookies could be imported/exported as plaintext and individual files. This would make the handling for me much easier.