]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - javascript/background.js
add an option to automatically purge history
[chrome-ext/clearhistory-advance-fork.git] / javascript / background.js
index ed52f43801d3a063ffae6a4db98157c4fe47ee69..9473cdaa6c40b99fd28d4d2b4e5c31c9bc2b83f3 100644 (file)
@@ -29,5 +29,7 @@ var CONSTANTS = {
    * @type {string}
    * @const
    */
-  NO: 'no'
+  NO: 'no',
+
+  CLEANER_ALARM: 'auto-cleaner'
 };