X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=javascript%2Fbackground.js;h=9473cdaa6c40b99fd28d4d2b4e5c31c9bc2b83f3;hb=refs%2Ftags%2Fv1.5.0;hp=ed52f43801d3a063ffae6a4db98157c4fe47ee69;hpb=cc8be4269068a6dac17a2b163308152a0f6a3938;p=chrome-ext%2Fclearhistory-advance-fork.git diff --git a/javascript/background.js b/javascript/background.js index ed52f43..9473cda 100644 --- a/javascript/background.js +++ b/javascript/background.js @@ -29,5 +29,7 @@ var CONSTANTS = { * @type {string} * @const */ - NO: 'no' + NO: 'no', + + CLEANER_ALARM: 'auto-cleaner' };