Skip to content

Commit 1a3bfab

Browse files
authored
Changed to ScratchTools website
1 parent aa305b8 commit 1a3bfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

background.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
chrome.runtime.onInstalled.addListener(() => { // this event is triggered when the extension is installed or reloaded
2-
chrome.tabs.create({ url: 'https://rgantzosonscratch.github.io/ScratchTools-Site/v1.6' }); // this is to open a webpage
3-
});
2+
chrome.tabs.create({ url: 'https://tools.scratchstatus.org/' }); // this is to open a webpage
3+
});

0 commit comments

Comments
 (0)