Skip to content

Commit

Permalink
Update logo design
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Nov 25, 2023
1 parent 8e2581f commit 4ee4c0d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/assets/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/decorators/BTSIndicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class BTSIndicator {
svgElement.setAttribute("height", "16");

const img = document.createElement("img");
img.src = "https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/src/assets/icons/48.png";
img.src = "https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/src/assets/icons/128.png";
img.alt = "Skroutz Sponsored Flagger";
img.width = 16;
img.height = 16;
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Skroutz Sponsored Flagger",
"description": "Flags sponsored products on Skroutz.gr",
"version": "1.5.5",
"version": "1.5.6",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Skroutz Sponsored Flagger",
"description": "Flags sponsored products on Skroutz.gr",
"version": "1.5.5",
"version": "1.5.6",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="label-section">
<div class="logo">
<a href="https://github.com/keybraker/skroutz-sponsored-flagger" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/src/assets/icons/48.png" alt="Skroutz sponsored flagger icon" class="rate-icon" />
<img src="https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/src/assets/icons/128.png" alt="Skroutz sponsored flagger icon" class="rate-icon" />
</a>
</div>
<p><strong><br>Skroutz Sponsored Flagger</strong></p>
Expand Down

0 comments on commit 4ee4c0d

Please sign in to comment.