From 2edd184acba0b02014bda080d12591b6e5aa8183 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Sat, 4 Dec 2021 10:34:24 +0100 Subject: [PATCH] fixing chrome build --- .github/workflows/chromium.yml | 2 +- README.md | 5 +++++ readme.md | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 100644 readme.md diff --git a/.github/workflows/chromium.yml b/.github/workflows/chromium.yml index 90f0941..b038e8b 100644 --- a/.github/workflows/chromium.yml +++ b/.github/workflows/chromium.yml @@ -18,7 +18,7 @@ jobs: - name: Build id: build run: | - apt install jq --yes + sudo apt install jq --yes cat <<< $(jq 'del(.browser_specific_settings)' manifest.json) > manifest.json cat <<< $(jq 'del(.applications)' manifest.json) > manifest.json npm install -g yarn diff --git a/README.md b/README.md new file mode 100644 index 0000000..bceddca --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Link Favicons + +Browser Addon to see the favicon of a page next to the link + +![Demo](https://i.joethei.space/firefox_2CVCibMnD0.png) diff --git a/readme.md b/readme.md deleted file mode 100644 index e69de29..0000000