aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tick/webview.js
blob: 8101672b8e5740b081660371f29746af2939423d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
const _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

module.exports = Ferdium => {
  // TODO: not sure what "notify" would be useful for this app

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