From 21e87a6412b4dac679846884af16f744bc152eca Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 30 Jan 2023 15:46:10 +0300 Subject: Fixed locales and other typing stuff --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 63673432..a35c3d40 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "npm": ">=8.1.2" }, "scripts": { - "start": "web-ext run", + "start": "web-ext run --devtools", + "start_ar": "web-ext run --firefox=/home/esmail/Downloads/ar/firefox/firefox --pref font.language.group=ar", "build": "web-ext build", "test": "web-ext lint", "pug": "pug --pretty --basedir ./ --obj ./src/config.json src/pages/options/index.pug --out src/pages/options/ && pug --pretty --basedir ./ --obj ./src/config.json src/pages/popup/popup.pug --out src/pages/popup/" -- cgit 1.4.1