Skip to content

Commit

Permalink
Merge pull request #218 from boostcampwm2023/feat/extension-icon-change
Browse files Browse the repository at this point in the history
feat/extension-icon-change: extension 아이콘 수정
  • Loading branch information
kiuuon authored Dec 12, 2023
2 parents 395057c + e771aba commit f89e07f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified extension/images/icon-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 extension/images/icon-16.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 extension/images/icon-32.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 extension/images/icon-48.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 extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"name": "Baekjoon Rooms",
"name": "BaekjoonRooms",
"description": "Multiplayer rooms for BOJ",
"version": "0.1",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion extension/popup/popup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const bojroomsLink = 'http://baekjoonrooms.com';
const bojroomsLink = 'https://baekjoonrooms.com';
const bojroomsLinkElement = document.querySelector('.bojrooms-link');
bojroomsLinkElement.addEventListener('click', () => {
chrome.tabs.create({ url: bojroomsLink, active: true });
Expand Down

0 comments on commit f89e07f

Please sign in to comment.