-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode.json
More file actions
36 lines (36 loc) · 964 Bytes
/
node.json
File metadata and controls
36 lines (36 loc) · 964 Bytes
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
31
32
33
34
35
36
{
"name": "Freitagsfoo",
"permissions": {
"network": "needs to fetch talk data"
},
"optional": [
".gitignore",
"freitagsfoo.default.json",
"package.png",
"pesthoernchen.svg",
"README.md",
"screenshot-*.png",
"next_screen/README.md",
"next_screen/screenshot.png",
"next_title/README.md",
"next_title/screenshot.png",
"simple_background/README.md",
"talks_screen/README.md",
"talks_screen/screenshot.png",
"talks_title/README.md",
"talks_title/screenshot.png",
"title_background/README.md",
"title_background/screenshot.png",
"title_screen/README.md",
"title_screen/screenshot.png"
],
"options": [
{
"title": "background music",
"name": "background_music",
"type": "resource",
"default": "empty.mp3",
"valid": ["audio"]
}
]
}