* add LAST_MODIFIED attribute when exporting
* complement test_exporter for LAST_MODIFIED attribute
* parse LAST_MODIFIED attribute when importing
* use bookmark date_added when no modified date is parsed, otherwise use parsed datetime.
* complement test_parser and test_importer for LAST_MODIFIED attribute
* cleanup tests a bit
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
* add migration for merging fields
* remove usage of website title and description
* keep empty website title and description in API for compatibility
* restore scraping in API and add option for disabling it
* document API scraping behavior
* remove deprecated fields from API docs
* improve form layout
* cleanup migration
* cleanup website loader
* update tests