X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=moz.build;h=18c96999bab3932faf9d1419e1866966f0ba3c26;hb=refs%2Fheads%2Fmaster;hp=bdafcaf90b23d6e52fd0a1beb65d133d0ef216b9;hpb=15cace4981cfa34865532d99a6ce6999ef3f3b57;p=mandelbrot.git diff --git a/moz.build b/moz.build index bdafcaf..18c9699 100644 --- a/moz.build +++ b/moz.build @@ -5,9 +5,16 @@ TEST_DIRS += ['tests'] +NO_JS_MANIFEST = True +USE_EXTENSION_MANIFEST = True + XPI_NAME = 'mandelbrot' export('XPI_NAME') JAR_MANIFESTS += ['jar.mn'] JS_PREFERENCE_FILES += ['prefs.js'] + +EXTRA_COMPONENTS += [ + 'aboutMandelbrot.js', +]