Left: | ||
Right: |
OLD | NEW |
---|---|
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 version = 0.9.10.0 |
6 basename = adblockplusedge | 6 basename = adblockplusedge |
7 app_id = EyeoGmbH.AdblockPlus | 7 app_id = EyeoGmbH.AdblockPlus |
8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 | 8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
9 background_color = red | 9 background_color = red |
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
| |
11 lib/localforage.min.js | |
12 ext/common.js | |
13 ext/background.js | |
14 lib/compat.js | |
15 lib/info.js | |
16 lib/publicSuffixList.js | |
17 lib/adblockplus.js | |
18 messageResponder.js | |
19 background.js | |
10 | 20 |
11 [compat] | 21 [compat] |
12 edge = 37.14332.1000.0 | 22 edge = 37.14332.1000.0 |
13 windows = 10.0.14332.0/12.0.0.0 | 23 windows = 10.0.14332.0/12.0.0.0 |
14 | 24 |
15 [appx_assets] | 25 [appx_assets] |
16 logo_44.png = icons/abp-44.png | 26 logo_44.png = icons/abp-44.png |
17 logo_50.png = icons/abp-50.png | 27 logo_50.png = icons/abp-50.png |
18 logo_150.png = icons/abp-150.png | 28 logo_150.png = icons/abp-150.png |
OLD | NEW |