-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
76 lines (76 loc) · 2.18 KB
/
sources.json
File metadata and controls
76 lines (76 loc) · 2.18 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"repos": [
{
"repo": "Polyphian/deltaEmu",
"attribution": "Polyphian",
"description": "Lux skin series for GBA, GBC, N64 and more"
},
{
"repo": "LitRitt/emuskins",
"attribution": "LitRitt",
"description": "LitSkins — GBA SP, NDS, GBC and more (GPL-3.0)"
},
{
"repo": "simonevisciano/SV-DeltaSkins",
"attribution": "simonevisciano",
"description": "SV skins — NDS dark/light themes with portrait/landscape and iPad variants (60+ skins)"
},
{
"repo": "masonkoleh/deltaskins",
"attribution": "masonkoleh",
"description": "GBA-focused skin collection (43 skins)"
},
{
"repo": "bradenhirschi/deltaskins",
"attribution": "bradenhirschi",
"description": "PSXlike GBA and classicRetro skins"
},
{
"repo": "jesseazizi/delta-skins",
"attribution": "jesseazizi",
"description": "DS and GBA skins"
},
{
"repo": "belle000/Custom-Delta-Skins",
"attribution": "belle000",
"description": "Jellyfloosh DS skins"
},
{
"repo": "rajsodhinyu/deltaskins",
"attribution": "rajsodhinyu",
"description": "Delta skin collection"
}
],
"sites": [
{
"type": "delta-skins-site",
"url": "https://delta-skins.github.io",
"description": "delta-skins community site",
"attribution": "delta-skins community"
},
{
"type": "deltastyles",
"url": "https://deltastyles.com",
"description": "DeltaStyles community skin hub",
"attribution": "deltastyles.com community",
"system_pages": ["arcade", "nes", "snes", "n64", "gamegear", "sg1000", "gba", "gbc", "nds", "genesis", "ps1", "psp", "dreamcast", "saturn", "3ds", "virtualboy", "ms", "cd", "32x", "atari"],
"scrape_all": true
}
],
"github_search": {
"enabled": true,
"queries": [
"extension:deltaskin",
"extension:manicskin"
],
"min_stars": 0,
"exclude_repos": [
"rileytestut/NESDeltaCore",
"rileytestut/MelonDSDeltaCore",
"D3JAVU-STUDIO/NESDeltaCore",
"nickesc/deltaskin-template",
"steilerDev/delta-skin-generator",
"Provenance-Emu/skins"
]
}
}