diff --git a/manifest.json b/manifest.json index 60a4f725..d482dd37 100644 --- a/manifest.json +++ b/manifest.json @@ -63,5 +63,10 @@ "matches": [ "https://scratch.mit.edu/*" ] - } -} \ No newline at end of file + }, + "options_ui": { + "page": "extras/index.html", + "open_in_tab": true + }, + "homepage_url": "https://scratchtools.app" +}