Skip to content

Commit d25bf99

Browse files
authored
Update data.json
1 parent 5ec9c8e commit d25bf99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/project-miniplayer/data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Project Miniplayer",
3-
"description": "Scroll down on the project page and you will automatically see the project mini-player.",
3+
"description": "Scroll down on the project page and you will automatically see the project miniplayer.",
44
"credits": [
55
{ "username": "Masaabu-YT", "url": "https://scratch.mit.edu/users/Masaabu-YT/" }
66
],
@@ -12,6 +12,6 @@
1212
{ "id": "position-bottom", "name": "Place the player to the bottom.", "type": 1 },
1313
{ "id": "opacity", "name": "Player Transparency (0% - 90%)", "type": 2 }
1414
],
15-
"scripts": [{ "file": "script.js", "runOn": "/projects/*/" }],
16-
"styles": [{ "file": "style.css", "runOn": "/projects/*/" }]
15+
"scripts": [{ "file": "script.js", "runOn": "/projects/*" }],
16+
"styles": [{ "file": "style.css", "runOn": "/projects/*" }]
1717
}

0 commit comments

Comments
 (0)