Skip to content

Commit

Permalink
fixing chrome build
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei committed Dec 4, 2021
1 parent 9270149 commit 2edd184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Empty file removed readme.md
Empty file.

0 comments on commit 2edd184

Please sign in to comment.