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.11.0 | 5 version = 0.9.11.0 |
6 basename = adblockplusedge | 6 basename = adblockplusedge |
7 app_id_release = EyeoGmbH.AdblockPlus | 7 app_id_release = EyeoGmbH.AdblockPlus |
8 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild | 8 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild |
9 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 | 9 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
10 background_color = red | 10 background_color = red |
11 extension_id_release = 1.0 | 11 extension_id_release = 1.0 |
12 backgroundScripts = lib/localforage.min.js | |
Oleksandr
2017/08/24 11:48:46
We need to include localforage first, that's why w
Sebastian Noack
2017/08/24 12:11:46
Can't you just append it like this:
backgroundScr
Oleksandr
2017/08/24 14:43:58
No, appending adds to the end of list. We need to
Sebastian Noack
2017/08/24 14:56:27
Are you sure? Modules are lazily evaluated on firs
Oleksandr
2017/08/24 16:53:29
Checked again. We need localforage.min.js before a
| |
13 ext/common.js | |
14 ext/background.js | |
15 lib/compat.js | |
16 lib/publicSuffixList.js | |
17 lib/adblockplus.js | |
18 messageResponder.js | |
19 background.js | |
20 testScripts = lib/localforage.min.js | |
21 ../ext/common.js | |
22 ../ext/background.js | |
23 ../lib/compat.js | |
24 ../lib/adblockplus.js | |
25 ../lib/publicSuffixList.js | |
26 common.js | |
27 tests/prefs.js | |
28 tests/versionComparator.js | |
29 tests/url.js | |
30 tests/cssEscaping.js | |
31 | |
12 | 32 |
13 [compat] | 33 [compat] |
14 edge = 40.15063.0.0 | 34 edge = 40.15063.0.0 |
15 windows = 10.0.15063.0/12.0.0.0 | 35 windows = 10.0.15063.0/12.0.0.0 |
16 | 36 |
17 [appx_assets] | 37 [appx_assets] |
18 logo_44.png = icons/abp-44.png | 38 logo_44.png = icons/abp-44.png |
19 logo_50.png = icons/abp-50.png | 39 logo_50.png = icons/abp-50.png |
20 logo_150.png = icons/abp-150.png | 40 logo_150.png = icons/abp-150.png |
OLD | NEW |