From f2e22d8a5ff480e776b2d6f5bcae2de662dc6c70 Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Sat, 27 Jan 2018 11:29:55 -0600 Subject: Created a basic build script mostly to serve as an example of what files actually get uploaded to Mozilla. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 3bd0cb7..78f0c3a 100644 --- a/README +++ b/README @@ -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" -- cgit v1.2.3