aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/webview.js
blob: 2e34c8bc4d039fdda4df7d2e3e9f80ae658cc7f7 (plain) (blame)
1
2
3
4
5
6
const path = require('path');

module.exports = Franz => {
  Franz.injectCSS(path.join(__dirname, 'calendar.css'));
  Franz.injectJSUnsafe(path.join(__dirname, 'webview-unsafe.js'));
};