-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
35 lines (35 loc) · 828 Bytes
/
default.json
File metadata and controls
35 lines (35 loc) · 828 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
[
[
{
"index":1,
"name": "Jays Speed Dial on github",
"url": "https://github.com/JayDevDo/JSD",
"bgClr": "#FF7800",
"fgClr": "#000000",
"pos": [ 0, 0, 0, true ],
"lstVst": ""
},{
"index":0,
"name": "search DDG",
"url": "https://duckduckgo.com/?q=entersearchstringhere&df=y&ia=web",
"bgClr": "#000000",
"fgClr": "#FFFFFF",
"pos": [ 0, 1, 0, true ],
"lstVst": ""
},{
"index":2,
"name": "about:about",
"url": "about:about",
"bgClr": "#000000",
"fgClr": "#FFFFFF",
"pos": [ 0, 0, 2, true],
"lstVst": ""
}
],
[
{ "name": "MISC", "color": "#FFFF00", "matrix": [4,6] },
{ "name": "DEV", "color": "#00FFFF", "matrix": [3,3] },
{ "name": "STREAM", "color": "#FF00FF", "matrix": [4,2] },
{ "name": "SERVER", "color": "#00FF00", "matrix": [2,4] }
]
]