X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=moz.build;h=18c96999bab3932faf9d1419e1866966f0ba3c26;hb=e91a13c6e8e568debc2b642c230126b710e7b967;hp=eb762e88fece89b0f8c9c70548cc706a201846c0;hpb=42e21ea2f1ceef204f196fe36a68a5a0ec06952a;p=mandelbrot.git diff --git a/moz.build b/moz.build index eb762e8..18c9699 100644 --- a/moz.build +++ b/moz.build @@ -5,5 +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', +]