Skip to content

Commit 67aea8f

Browse files
authored
Prepared for v1.5
1 parent 1ed85f6 commit 67aea8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

manifest.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ScratchTools for Scratch",
33
"short_name": "ScratchTools",
44
"manifest_version": 3,
5-
"version": "1.4",
5+
"version": "1.5",
66
"description": "Great tools to make Scratching easier!",
77
"author": "rgantzos",
88
"action": {
@@ -12,8 +12,7 @@
1212
},
1313
"icons": { "16": "icon16.png",
1414
"48": "icon48.png",
15-
"128": "icon128.png" },
16-
15+
"128": "icon128.png" },
1716
"content_scripts":
1817
[
1918
{
@@ -35,7 +34,7 @@
3534
"run_at": "document_end"
3635
},
3736
{
38-
"matches": ["https://scratch.mit.edu/editor/"],
37+
"matches": ["https://scratch.mit.edu/editor"],
3938
"all_frames": true,
4039
"js": ["editor.js"],
4140
"run_at": "document_end"

0 commit comments

Comments
 (0)