aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2018-01-27 11:29:55 -0600
committerNateN1222 <nathannichols454@gmail.com>2018-01-27 11:29:55 -0600
commitf2e22d8a5ff480e776b2d6f5bcae2de662dc6c70 (patch)
tree7e3ec38832881b0d407f97e27d1a018a336730b7 /README
parent4089cd1dcd7c303e709331c299521266a0b2bdd7 (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--README4
1 files changed, 4 insertions, 0 deletions
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"