As the title suggests, this will allow the user to specify whether they want to enable crawl functionality or not within the source code. Two boolean values have been added in src/background/background.js, and toggling these will change the extension to either "crawl mode" or "test crawl mode". These changes should have no impact on regular use.
As the title suggests, this will allow the user to specify whether they want to enable crawl functionality or not within the source code. Two boolean values have been added in
src/background/background.js
, and toggling these will change the extension to either "crawl mode" or "test crawl mode". These changes should have no impact on regular use.