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 1ed85f6 commit 67aea8fCopy full SHA for 67aea8f
manifest.json
@@ -2,7 +2,7 @@
2
"name": "ScratchTools for Scratch",
3
"short_name": "ScratchTools",
4
"manifest_version": 3,
5
- "version": "1.4",
+ "version": "1.5",
6
"description": "Great tools to make Scratching easier!",
7
"author": "rgantzos",
8
"action": {
@@ -12,8 +12,7 @@
12
},
13
"icons": { "16": "icon16.png",
14
"48": "icon48.png",
15
- "128": "icon128.png" },
16
-
+ "128": "icon128.png" },
17
"content_scripts":
18
[
19
{
@@ -35,7 +34,7 @@
35
34
"run_at": "document_end"
36
37
38
- "matches": ["https://scratch.mit.edu/editor/"],
+ "matches": ["https://scratch.mit.edu/editor"],
39
"all_frames": true,
40
"js": ["editor.js"],
41
0 commit comments