Use „browser_specific_settings“

This commit is contained in:
Kevin R
2023-01-31 22:31:29 +01:00
parent 193b3c1299
commit 04ff2e876b
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ bundle addon firefox:
bundle addon chrome: bundle addon chrome:
stage: build stage: build
script: 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/* - zip ClearURLs-chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
only: only:
- master - master

View File

@@ -7,7 +7,7 @@
"homepage_url": "https://docs.clearurls.xyz", "homepage_url": "https://docs.clearurls.xyz",
"default_locale": "en", "default_locale": "en",
"content_security_policy": "script-src 'self'; object-src 'none'", "content_security_policy": "script-src 'self'; object-src 'none'",
"applications": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "{74145f27-f039-47ce-a470-a662b129930a}" "id": "{74145f27-f039-47ce-a470-a662b129930a}"
} }