diff options
author | NateN1222 <nathannichols454@gmail.com> | 2018-01-27 11:29:55 -0600 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2018-01-27 11:29:55 -0600 |
commit | f2e22d8a5ff480e776b2d6f5bcae2de662dc6c70 (patch) | |
tree | 7e3ec38832881b0d407f97e27d1a018a336730b7 /README | |
parent | 4089cd1dcd7c303e709331c299521266a0b2bdd7 (diff) |
Created a basic build script mostly to serve as an example of what files
actually get uploaded to Mozilla.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ To build the extension run this: browserify main_background.js -o bundle.js +To create an XPI file that can be uploaded to Mozilla run build.sh. + +Note: this build script relies on no new source files being created. + To debug this add-on on Firefox, go to the special URL "about:debugging", enable add-on debugging load the manifest.json. Chrome should work eventually but I haven't tested it lately. To debug the add-on on Chrome it's basically the same except you load it from "chrome://extensions" |