-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathdata.json
More file actions
30 lines (30 loc) · 1.15 KB
/
data.json
File metadata and controls
30 lines (30 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"title": "Project Card Stats",
"description": "Displays project statistics on project cards in Explore and Search.",
"credits": [
{ "username": "Masaabu-YT", "url": "https://scratch.mit.edu/users/Masaabu-YT/" }
],
"type": ["Website"],
"tags": ["New", "Featured"],
"dynamic": true,
"options": [
{ "id": "show-love", "name": "Show love count", "type": 1 },
{ "id": "show-fav", "name": "Show favorite count", "type": 1 },
{ "id": "show-view", "name": "Show view count", "type": 1, "default": true },
{ "id": "show-published", "name": "Show published date", "type": 1, "default": true }
],
"scripts": [
{ "file": "script.js", "runOn": "/explore/projects/*" },
{ "file": "script.js", "runOn": "/search/projects/*" }
],
"styles": [
{ "file": "style.css", "runOn": "/explore/projects/*" },
{ "file": "style.css", "runOn": "/search/projects/*" }
],
"resources": [
{ "name": "love-icon", "path": "/resources/love.svg" },
{ "name": "fav-icon", "path": "/resources/fav.svg" },
{ "name": "views-icon", "path": "/resources/views.svg" },
{ "name": "published-icon", "path": "/resources/published.svg" }
]
}