forked from mozilla-magnet/magnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
33 lines (32 loc) · 1.05 KB
/
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
25
26
27
28
29
30
31
32
33
{
"metadataServiceUrl": "https://tengam.org/api/v1/metadata",
"adaptors": [
{
"pattern": "^https?\:\/\/?(?:www\.)?facebook\.com\/.+$",
"url": "http://box.wilsonpage.me/magnet-facebook-adaptor"
},
{
"pattern": "^https?\:\/\/?(?:www\.)?twitter\.com\/.+$",
"url": "http://box.wilsonpage.me/magnet-twitter-adaptor"
},
{
"pattern": "^https?:\/\/play\.google\.com\/store\/apps\/details",
"url": "http://box.wilsonpage.me/magnet-playstore-adaptor"
},
{
"pattern": "^https?:\/\/(?:[^\.]+)\.sched\.org\/venue\/",
"url": "https://tengam.org/adaptors/sched/"
}
],
"injectTestUrls": false,
"testUrls": [
"https://facebook.com/mozilla');",
"https://twitter.com/wilsonpage",
"http://smc2016.sched.org/venue/Lecture+Theatre",
"http://www.bbc.co.uk/news",
"https://www.youtube.com/watch?v=sBG8O430uOg",
"https://github.com/wilsonpage",
"http://wilsonpage.github.io/magnet-dummy-apps/tfl-countdown",
"https://play.google.com/store/apps/details?id=org.mozilla.firefox"
]
}