-
Notifications
You must be signed in to change notification settings - Fork 0
/
tabs.json
79 lines (79 loc) · 2.97 KB
/
tabs.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
[
{
"id": "dna",
"icon": "https://misbach.github.io/tabs/dna/dna.png",
"title": "DNA",
"description": "View DNA test results and discover DNA cousins",
"company": "DNA Company",
"phone": "800-555-1212",
"email": "[email protected]",
"url": "https://misbach.github.io/tabs/dna/index.html?pid={pid}&token={token}",
"support_url": "http://dnacompany.com"
},
{
"id": "trello",
"icon": "https://d2k1ftgv7pobq7.cloudfront.net/meta/u/res/images/brand-assets/Logos/0099ec3754bf473d2bbf317204ab6fea/trello-logo-blue.png",
"title": "Trello",
"description": "Trello: Create, Share and Track research tasks in Trello",
"url": "https://york.io/fs-custom-trello-tab/?pid={pid}&token={token}",
"company": "Trello",
"phone": "888-987-1234",
"email": "[email protected]",
"support_url": "https://trello.com"
},
{
"id": "search",
"icon": "https://misbach.github.io/tabs/search/logos/icon.png",
"title": "Search Records",
"description": "Search Records: Search for your ancestor in popular historical records",
"company": "FamilySearch",
"phone": "1-866-406-1830",
"email": "[email protected]",
"url": "https://misbach.github.io/tabs/search/index.html?pid={pid}&token={token}",
"support_url": "https://familysearch.org/ask/help"
},
{
"id": "findarecord",
"icon": "https://www.findarecord.com/assets/img/logos/256x256.png",
"title": "Find A Record",
"description": "Find A Record: Discover research opportinuties",
"company": "Find A Record",
"phone": "800-555-1212",
"email": "[email protected]",
"url": "https://www.findarecord.com/en/research/familysearch/opportunities/{pid}",
"support_url": "mailto:[email protected]"
},
{
"id": "googlemap",
"icon": "https://misbach.github.io/tabs/maps/icon.png",
"title": "Map",
"description": "Google Map: Plot ancestor locations on a google map",
"company": "Google Inc.",
"phone": "800-555-1212",
"email": "[email protected]",
"url": "https://misbach.github.io/tabs/maps/index.html?pid={pid}&token={token}",
"support_url": "https://maps.google.com"
},
{
"id": "sixdegrees",
"icon": "https://misbach.github.io/tabs/KevinBacon/icon.jpg",
"title": "Six Degrees",
"description": "How many degrees are you from Kevin Bacon",
"company": "Bacon Brothers, Inc.",
"phone": "800-555-1212",
"email": "[email protected]",
"url": "https://misbach.github.io/tabs/KevinBacon/index.html?pid={pid}&token={token}",
"support_url": "https://BaconBrothers.com"
},
{
"id": "bot",
"icon": "https://misbach.github.io/tabs/bot/icon.jpg",
"title": "Leafie",
"description": "Converse with Leafie, the FamilySearch automated research assistant",
"company": "Bots R Us, Inc.",
"phone": "800-555-1212",
"email": "[email protected]",
"url": "https://misbach.github.io/tabs/bot/index.html?pid={pid}&token={token}",
"support_url": "https://example.com"
}
]