summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/newmailaccount/html/providerListWildcard
blob: 5644013fa3e343abafc7da45b3e98f49c3cc59d7 (plain)
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
[{"id": "universal",
  "label": "Universal",
  "paid": true,
  "languages" : ["*"],
  "api": "http://www.example.com/tbReg?first={firstname}&last={lastname}&email={email}",
  "tos_url": "http://www.example.com/foo-tos",
  "privacy_url": "http://www.example.com/foo-privacy",
  "search_engine": "universal"
 },
{"id": "otherUniversal",
  "label": "Other Universal",
  "paid": true,
  "languages" : ["*", "fr-FR"],
  "api": "http://www.example.com/tbReg?first={firstname}&last={lastname}&email={email}",
  "tos_url": "http://www.example.com/foo-tos",
  "privacy_url": "http://www.example.com/foo-privacy",
  "search_engine": "otherUniversal"
 },
 {"id": "French",
  "label": "French Provider",
  "paid": false,
  "languages" : ["fr-FR"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registration.html",
  "tos_url": "http://www.example.com/French-tos",
  "privacy_url": "http://www.example.com/French-privacy",
  "search_engine": "French"
 },
 {"id": "German",
  "label": "German Provider",
  "paid": false,
  "languages" : ["de-DE"],
  "api": "http://mochi.test:8888/browser/comm/mail/test/browser/newmailaccount/html/registration.html",
  "tos_url": "http://www.example.com/German-tos",
  "privacy_url": "http://www.example.com/German-privacy",
  "search_engine": "German"
 }
]