Skip to content

Commit f260d36

Browse files
authored
Update manifest.json
1 parent 7864678 commit f260d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"background": {
99
"service_worker": "/extras/background.js"
1010
},
11-
"browser": {
11+
"action": {
1212
"default_icon": "icon128.png",
1313
"default_popup": "/extras/popup.html",
1414
"default_title": "ScratchTools"
@@ -29,6 +29,7 @@
2929
"matches": ["https://scratch.mit.edu/*"],
3030
"all_frames": true,
3131
"js": ["/pages/all.js", "/pages/discuss.js", "/pages/editor.js", "/pages/home.js", "/pages/join.js", "/pages/profile.js", "/pages/project.js", "/features/advanced-search.js", "/features/color-slider-input.js", "/features/more-tutorials.js", "/features/nfe-search.js", "/features/open-in-new-tab.js", "/features/plain-background.js", "/features/statistics.js", "/features/turbowarp-button.js"],
32+
"css": [],
3233
"run_at": "document_end"
3334
}
3435
]

0 commit comments

Comments
 (0)