From 8b017f315ee68330487551ce28bf9bacba117082 Mon Sep 17 00:00:00 2001 From: "scratchtools-bot[bot]" <123264640+scratchtools-bot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:10:30 +0000 Subject: [PATCH 1/2] Updated version number. --- manifest.json | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 8b889160..7cf39ba9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,15 +2,19 @@ "name": "__MSG_extName__", "short_name": "ScratchTools", "manifest_version": 3, - "version": "3.1.0", - "version_name": "3.1.0", + "version": "v3.2.0", + "version_name": "v3.2.0-beta", "default_locale": "en", "description": "__MSG_extDescription__", "author": "rgantzos", "background": { "service_worker": "/extras/background.js" }, - "permissions": ["scripting", "storage", "alarms"], + "permissions": [ + "scripting", + "storage", + "alarms" + ], "action": { "default_icon": "/extras/icons/icon48.png", "default_popup": "/extras/popup/popup.html", @@ -23,9 +27,13 @@ }, "content_scripts": [ { - "matches": ["https://scratch.mit.edu/*"], + "matches": [ + "https://scratch.mit.edu/*" + ], "run_at": "document_start", - "js": ["extras/inject-styles.js"], + "js": [ + "extras/inject-styles.js" + ], "all_frames": true } ], @@ -37,10 +45,14 @@ "/api/*", "/extras/icons/*" ], - "matches": ["https://scratch.mit.edu/*"] + "matches": [ + "https://scratch.mit.edu/*" + ] } ], - "host_permissions": ["https://scratch.mit.edu/"], + "host_permissions": [ + "https://scratch.mit.edu/" + ], "browser_specific_settings": { "gecko": { "id": "info@scratchtools.app", @@ -48,6 +60,8 @@ } }, "externally_connectable": { - "matches": ["https://scratch.mit.edu/*"] + "matches": [ + "https://scratch.mit.edu/*" + ] } -} +} \ No newline at end of file From b48453d1c346bba8b4356ad2687d3b8bf4d23852 Mon Sep 17 00:00:00 2001 From: rgantzos <86856959+rgantzos@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:56:18 -0700 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7cf39ba9..82cf2ef8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "__MSG_extName__", "short_name": "ScratchTools", "manifest_version": 3, - "version": "v3.2.0", - "version_name": "v3.2.0-beta", + "version": "3.2.0", + "version_name": "3.2.0-beta", "default_locale": "en", "description": "__MSG_extDescription__", "author": "rgantzos", @@ -64,4 +64,4 @@ "https://scratch.mit.edu/*" ] } -} \ No newline at end of file +}