From cd249cb09d33c5b110fcafe2697e835399922b5c Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 6 Dec 2024 13:41:51 -0800 Subject: [PATCH] update to es2022/"modern" --- .eslintrc.yml | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index c0a4f6808..a50d2fd40 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,7 +1,7 @@ --- root: true parserOptions: - ecmaVersion: 2018 + ecmaVersion: 2022 env: es6: true browser: true diff --git a/manifest.json b/manifest.json index ce9ba8305..08147396f 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ "128": "icon.png" }, "manifest_version": 2, - "minimum_chrome_version": "44.0", + "minimum_chrome_version": "103.0", "name": "New XKit", "author": "New XKit Team", "permissions": ["storage", "unlimitedStorage", "*://*.tumblr.com/*", "https://new-xkit.github.io/XKit/*", "https://cloud.new-xkit.com/*" ], @@ -36,6 +36,7 @@ "applications": { "gecko": { "id": "@new-xkit", + "strict_min_version": "115.0", "update_url": "https://new-xkit.github.io/XKit/Extensions/dist/page/FirefoxUpdate.json" } }