config.json 340 B

12345678910111213
  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema#",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "PARSE_NETSCAPE_URLS_ENABLED": {
  7. "type": "boolean",
  8. "default": true,
  9. "x-aliases": ["USE_PARSE_NETSCAPE_URLS"],
  10. "description": "Enable Netscape bookmarks HTML URL parsing"
  11. }
  12. }
  13. }