platypush-webext/src/background.js

4 lines
73 B
JavaScript
Raw Normal View History

2020-06-12 01:03:46 +02:00
global.browser = require('webextension-polyfill');
2020-06-12 22:43:43 +02:00
// vim:sw=2:ts=2:et: