Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 { | 1 { |
2 "env": { | 2 "env": { |
3 "commonjs": true | 3 "commonjs": true |
4 }, | 4 }, |
5 "globals": { | 5 "globals": { |
6 "console": true, | 6 "console": true, |
7 "setTimeout": true, | 7 "setTimeout": true, |
8 "_triggerEvent": true, | 8 "_triggerEvent": true, |
9 "_appInfo": true, | 9 "_appInfo": true, |
10 "_fileSystem": true, | 10 "_fileSystem": true, |
11 "_webRequest": true, | 11 "_webRequest": true, |
12 "_preconfiguredPrefs": true, | 12 "_preconfiguredPrefs": true, |
13 "onShutdown": true, | 13 "onShutdown": true, |
14 "extractHostFromURL": true, | 14 "extractHostFromURL": true, |
15 "isThirdParty": true, | 15 "isThirdParty": true, |
16 "Cu": true, | 16 "Cu": true |
17 "Cc": true, | |
18 "Ci": true | |
sergei
2017/09/18 07:59:04
Is it necessary to have Cc and Ci for libadblockpl
hub
2017/09/18 12:43:04
not in here, indeed.
| |
19 } | 17 } |
20 } | 18 } |
LEFT | RIGHT |