We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa305b8 commit 1a3bfabCopy full SHA for 1a3bfab
background.js
@@ -1,3 +1,3 @@
1
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
-});
+ chrome.tabs.create({ url: 'https://tools.scratchstatus.org/' }); // this is to open a webpage
+});
0 commit comments