From 829d3ca829b110ff45929676c1b4decd0eb1822e Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:27:21 -0700 Subject: [PATCH] Add more info to `manifest.json` --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 82cf2ef8..d482dd37 100644 --- a/manifest.json +++ b/manifest.json @@ -63,5 +63,10 @@ "matches": [ "https://scratch.mit.edu/*" ] - } + }, + "options_ui": { + "page": "extras/index.html", + "open_in_tab": true + }, + "homepage_url": "https://scratchtools.app" }