Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 [default] | 1 [default] |
2 inherit = metadata.chrome | 2 inherit = metadata.chrome |
3 | 3 |
4 [general] | 4 [general] |
5 version = 0.9.10.0 | |
5 basename = adblockplusedge | 6 basename = adblockplusedge |
6 app_id = EyeoGmbH.AdblockPlus | 7 app_id = EyeoGmbH.AdblockPlus |
7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 | 8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
8 background_color = red | 9 background_color = red |
9 backgroundScripts = lib/polyfills/fetch.js | 10 backgroundScripts = lib/polyfills/fetch.js |
Sebastian Noack
2017/01/11 15:17:23
Is it necessary to duplicate all scripts here? Can
Oleksandr
2017/01/11 15:29:46
The order is important here. localforage has to be
| |
10 lib/localforage.min.js | 11 lib/localforage.min.js |
11 ext/common.js | 12 ext/common.js |
12 ext/background.js | 13 ext/background.js |
13 lib/compat.js | 14 lib/compat.js |
14 lib/info.js | 15 lib/info.js |
15 lib/publicSuffixList.js | 16 lib/publicSuffixList.js |
16 lib/adblockplus.js | 17 lib/adblockplus.js |
17 messageResponder.js | 18 messageResponder.js |
18 background.js | 19 background.js |
19 | 20 |
20 [compat] | 21 [compat] |
21 edge = 37.14332.1000.0 | 22 edge = 37.14332.1000.0 |
22 windows = 10.0.14332.0/12.0.0.0 | 23 windows = 10.0.14332.0/12.0.0.0 |
23 | 24 |
24 [appx_assets] | 25 [appx_assets] |
25 logo_44.png = icons/abp-44.png | 26 logo_44.png = icons/abp-44.png |
26 logo_50.png = icons/abp-50.png | 27 logo_50.png = icons/abp-50.png |
27 logo_150.png = icons/abp-150.png | 28 logo_150.png = icons/abp-150.png |
LEFT | RIGHT |