aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nomadlist/webview.js
blob: a9524f8b1e838ff1fcd5e2f4e19bfab28eb67735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
  const getMessages = () => {
    Ferdium.setBadge($('.unread').length);
  };

  Ferdium.loop(getMessages);

  Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};