This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
82 lines (77 loc) · 3.44 KB
/
manifest.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
{
"manifest_version": 2,
"name": "Certificate Transparency Honeybee",
"description": "Pollinates STHs between Certificate Transparency logs and auditors",
"author": "SSLMate",
"homepage_url": "https://certspotter.com",
"version": "0.0.4",
"icons": {
"16": "icons/ct-honeybee-16px.png",
"19": "icons/ct-honeybee-19px.png",
"32": "icons/ct-honeybee-32px.png",
"38": "icons/ct-honeybee-38px.png",
"48": "icons/ct-honeybee-48px.png",
"128": "icons/ct-honeybee-128px.png"
},
"offline_enabled": false,
"permissions": [
"alarms",
"https://ct.cloudflare.com/logs/nimbus2017/ct/v1/get-sth",
"https://ct.cloudflare.com/logs/nimbus2018/ct/v1/get-sth",
"https://ct.cloudflare.com/logs/nimbus2019/ct/v1/get-sth",
"https://ct.cloudflare.com/logs/nimbus2020/ct/v1/get-sth",
"https://ct.cloudflare.com/logs/nimbus2021/ct/v1/get-sth",
"https://ct.filippo.io/behindthesofa/ct/v1/get-sth",
"https://ct.gdca.com.cn/ct/v1/get-sth",
"https://ct.googleapis.com/aviator/ct/v1/get-sth",
"https://ct.googleapis.com/daedalus/ct/v1/get-sth",
"https://ct.googleapis.com/icarus/ct/v1/get-sth",
"https://ct.googleapis.com/logs/argon2017/ct/v1/get-sth",
"https://ct.googleapis.com/logs/argon2018/ct/v1/get-sth",
"https://ct.googleapis.com/logs/argon2019/ct/v1/get-sth",
"https://ct.googleapis.com/logs/argon2020/ct/v1/get-sth",
"https://ct.googleapis.com/logs/argon2021/ct/v1/get-sth",
"https://ct.googleapis.com/logs/xenon2018/ct/v1/get-sth",
"https://ct.googleapis.com/logs/xenon2019/ct/v1/get-sth",
"https://ct.googleapis.com/logs/xenon2020/ct/v1/get-sth",
"https://ct.googleapis.com/logs/xenon2021/ct/v1/get-sth",
"https://ct.googleapis.com/logs/xenon2022/ct/v1/get-sth",
"https://ct.googleapis.com/pilot/ct/v1/get-sth",
"https://ct.googleapis.com/rocketeer/ct/v1/get-sth",
"https://ct.googleapis.com/skydiver/ct/v1/get-sth",
"https://ct.googleapis.com/submariner/ct/v1/get-sth",
"https://ct.googleapis.com/testtube/ct/v1/get-sth",
"https://ct.ws.symantec.com/ct/v1/get-sth",
"https://ct1.digicert-ct.com/log/ct/v1/get-sth",
"https://ct2.digicert-ct.com/log/ct/v1/get-sth",
"https://ctlog-gen2.api.venafi.com/ct/v1/get-sth",
"https://ctlog.gdca.com.cn/ct/v1/get-sth",
"https://ctlog.wotrus.com/ct/v1/get-sth",
"https://ctserver.cnnic.cn/ct/v1/get-sth",
"https://deneb.ws.symantec.com/ct/v1/get-sth",
"https://dodo.ct.comodo.com/ct/v1/get-sth",
"https://log.gdca.com.cn/ct/v1/get-sth",
"https://log2.gdca.com.cn/ct/v1/get-sth",
"https://mammoth.ct.comodo.com/ct/v1/get-sth",
"https://nessie2018.ct.digicert.com/log/ct/v1/get-sth",
"https://nessie2019.ct.digicert.com/log/ct/v1/get-sth",
"https://nessie2020.ct.digicert.com/log/ct/v1/get-sth",
"https://nessie2021.ct.digicert.com/log/ct/v1/get-sth",
"https://nessie2022.ct.digicert.com/log/ct/v1/get-sth",
"https://plausible.ct.nordu.net/ct/v1/get-sth",
"https://sabre.ct.comodo.com/ct/v1/get-sth",
"https://sirius.ws.symantec.com/ct/v1/get-sth",
"https://vega.ws.symantec.com/ct/v1/get-sth",
"https://yeti2018.ct.digicert.com/log/ct/v1/get-sth",
"https://yeti2019.ct.digicert.com/log/ct/v1/get-sth",
"https://yeti2020.ct.digicert.com/log/ct/v1/get-sth",
"https://yeti2021.ct.digicert.com/log/ct/v1/get-sth",
"https://yeti2022.ct.digicert.com/log/ct/v1/get-sth",
"https://certspotter.com/.well-known/ct/v1/sth-pollination",
"https://ct.grahamedgecombe.com/.well-known/ct/v1/sth-pollination"
],
"background": {
"scripts": ["background.js"],
"persistent": false
}
}