UNPKG

generator-browser-modern-extension

Version:

Scaffold out a boilerplate for creating a browser extension with up-to-date tools and autoreload

7 lines (5 loc) 180 B
import browser from 'webextension-polyfill' import initSimpleSettings from './lib/simple-settings' document.addEventListener('DOMContentLoaded', () => { initSimpleSettings() })