]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - javascript/background.js
convert to MV3
[chrome-ext/clearhistory-advance-fork.git] / javascript / background.js
index ed52f43801d3a063ffae6a4db98157c4fe47ee69..77069e8cf506e32bf00125d7dc645fd4b2a549a8 100644 (file)
@@ -5,7 +5,7 @@
  * @author arunjit@google.com (Arunjit Singh)
  */
 
-var CONSTANTS = {
+export const CONSTANTS = {
   /**
    * The available time ranges (in hours). -1 => eternity.
    * @type {Array.<number>}
@@ -29,5 +29,7 @@ var CONSTANTS = {
    * @type {string}
    * @const
    */
-  NO: 'no'
+  NO: 'no',
+
+  CLEANER_ALARM: 'auto-cleaner'
 };