-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
24 lines (24 loc) · 842 Bytes
/
config.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
{
"title": "My apps",
"initial": {"title": "Search", "url": "https://duckduckgo.com/"},
"tabs": [
{
"name": "Toolbox",
"apps": [
{"title": "Slack", "url": "https://slack.com/signin"},
{"title": "Trello", "url": "https://trello.com/"},
{"title": "CI", "url": "https://travis-ci.org/"},
{"title": "Code", "url": "https://github.com/"},
{"title": "Support", "url": "https://www.zendesk.com/"}
]
},
{
"name": "News",
"apps": [
{"title": "Hacker News", "url": "https://news.ycombinator.com/"},
{"title": "Reddit", "url": "https://reddit.com"},
{"title": "BBC", "url": "http://www.bbc.com/"}
]
}
]
}