
* feat!: bump scaffold, parse `prefs.js` * fix: addon not define for getPref * chore: bump deps
4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
/* eslint-disable no-undef */
|
|
pref("enable", true);
|
|
pref("input", "This is input");
|