We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72e797e + 9ce71fe commit b167f2aCopy full SHA for b167f2a
1 file changed
manifest.json
@@ -2,8 +2,8 @@
2
"name": "__MSG_extName__",
3
"short_name": "ScratchTools",
4
"manifest_version": 3,
5
- "version": "3.3.0",
6
- "version_name": "3.3.0",
+ "version": "3.4.0",
+ "version_name": "3.4.0-beta",
7
"default_locale": "en",
8
"description": "__MSG_extDescription__",
9
"author": "rgantzos",
@@ -53,7 +53,9 @@
53
"host_permissions": [
54
"https://scratch.mit.edu/"
55
],
56
- "optional_host_permissions": ["https://api.scratch.mit.edu/"],
+ "optional_host_permissions": [
57
+ "https://api.scratch.mit.edu/"
58
+ ],
59
"browser_specific_settings": {
60
"gecko": {
61
"id": "info@scratchtools.app",
0 commit comments