From 04ff2e876bea6b39a6a1ecfdf624f7060d0bb4b1 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Tue, 31 Jan 2023 22:31:29 +0100 Subject: [PATCH] =?UTF-8?q?Use=20=E2=80=9Ebrowser=5Fspecific=5Fsettings?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbb9e3b..fab5cd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ bundle addon firefox: bundle addon chrome: stage: build script: - - jq 'del(.applications)' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json + #- jq 'del(.applications)' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json - zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* only: - master diff --git a/manifest.json b/manifest.json index b193686..1bf5e55 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "homepage_url": "https://docs.clearurls.xyz", "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'none'", - "applications": { + "browser_specific_settings": { "gecko": { "id": "{74145f27-f039-47ce-a470-a662b129930a}" }