I am trying to create an addon with the new addons builder preview (https://builder.addons.mozilla.org/), and I need a function to run about once every 10 minutes. I have tr
please note that the above is deprecated
var tmr = require('sdk/timers');
is now used instead