.. generated, remove this comment to keep this file ``firefox.downloads`` ===================== .. code-block:: console $ target-query -f firefox.downloads .. list-table:: Details :widths: 20 80 * - Module - ``dissect.target.plugins.apps.browser.firefox.FirefoxPlugin`` * - Output - ``records`` **Module documentation** Firefox browser plugin. **Function documentation** Return browser download records from Firefox. Yields BrowserDownloadRecord with the following fields: .. code-block:: text ts_start (datetime): Download start timestamp. ts_end (datetime): Download end timestamp. browser (string): The browser from which the records are generated from. id (string): Record ID. path (string): Download path. url (uri): Download URL. size (varint): Download file size. state (varint): Download state number. source: (path): The source file of the download record.