-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcategories.json
89 lines (89 loc) · 2.6 KB
/
categories.json
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
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"name": "video",
"links": [
["netflix", "https://netflix.com"],
["vimeo", "https://vimeo.com"],
["youtube", "https://youtube.com/"]
]
},
{
"name": "audio",
"links": [
["soundcloud", "https://soundcloud.com/"],
["lastfm", "https://www.last.fm/user/"],
["bandcamp", "https://bandcamp.com/"],
["musicbrainz", "https://musicbrainz.org/"]
]
},
{
"name": "saved",
"links": [
["pocket", "https://getpocket.com/a/queue/"],
["wallabag", "https://wallabag.org/en"],
["evernote", "https://evernote.com/"]
]
},
{
"name": "news",
"links":[
["heise", "https://www.heise.de/newsticker/"],
["fefe", "https://blog.fefe.de"],
["reddit", "https://www.reddit.com"],
["golem", "https://www.golem.de"]
]
},
{
"name": "social",
"links": [
["twitter", "https://www.twitter/"],
["xing", "https://www.xing.com/"],
["linkedin", "https://www.linkedin.com/"],
["reddit", "https://www.reddit.com"]
]
},
{
"name": "docs",
"links": [
["swift", "http://swift.org"],
["stackoverflow", "https://stackoverflow.com"],
["devhints", "https://devhints.io"],
["stackex", "https://stackexchange.com"]
]
},
{
"name": "git",
"links": [
["github", "https://github.com"],
["gitlab", "https://gitlab.com"],
["bitbucket", "https://bitbucket.org"]
]
},
{
"name": "uni",
"links": [
["home", "https://www.oth-regensburg.de"],
["qis", "https://qis.oth-regensburg.de"],
["hisinone", "https://hisinone-studium.oth-regensburg.de"],
["exams", "https://java.fh-regensburg.de"]
]
},
{
"name": "news",
"links": [
["mittelbayer", "https://www.mittelbayerische.de"],
["nm-aktuell", "https://www.neumarktaktuell.de"],
["nm-online", "http://www.neumarktonline.de"],
["nordbayern", "https://www.nordbayern.de"]
]
},
{
"name": "about",
"links": [
["copyright", "https://lukas.wolfsteiner.media"],
["travis-ci", "https://travis-ci.com/dotWee/startpage"],
["©2019-me", "https://lukas.wolfsteiner.media"],
["sourcecode", "https://github.com/dotWee/startpage"]
]
}
]