Skip to content

Commit

Permalink
fix: adding new url for chrome plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
puni9869 committed Jun 26, 2024
1 parent 8dd9341 commit 680f39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome_extension_blabla_page/src/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chrome.action.onClicked.addListener(tab => {
var newURL = "https://www.blabla.page/";
var newURL = "https://blabla.page/";
chrome.tabs.create({ url: newURL });
});

0 comments on commit 680f39c

Please sign in to comment.