Skip to content

Commit

Permalink
Revert "Zamieniamy applications na browser_specific_settings"
Browse files Browse the repository at this point in the history
This reverts commit 204da7f.
  • Loading branch information
hawkeye116477 committed Jun 2, 2019
1 parent f4125d5 commit 5e5c0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make_scripts/make_chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sciezka=$(dirname "$0")

cd $sciezka/../src
jq 'del(.browser_specific_settings)' manifest.json > manifest.json.temp
jq 'del(.applications)' manifest.json > manifest.json.temp
rm -r manifest.json
mv manifest.json.temp manifest.json

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"32": "icons/icon32.png"
}
},
"browser_specific_settings": {
"applications": {
"gecko": {
"id": "PolishCookieConsentExt@polishannoyancefilters.netlify.com"
}
Expand Down

0 comments on commit 5e5c0df

Please # to comment.