| Index: metadata.edge | 
| =================================================================== | 
| --- a/metadata.edge | 
| +++ b/metadata.edge | 
| @@ -9,6 +9,26 @@ | 
| publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 | 
| background_color = red | 
| extension_id_release = 1.0 | 
| +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
 
 | 
| + ext/common.js | 
| + ext/background.js | 
| + lib/compat.js | 
| + lib/publicSuffixList.js | 
| + lib/adblockplus.js | 
| + messageResponder.js | 
| + background.js | 
| +testScripts = lib/localforage.min.js | 
| + ../ext/common.js | 
| + ../ext/background.js | 
| + ../lib/compat.js | 
| + ../lib/adblockplus.js | 
| + ../lib/publicSuffixList.js | 
| + common.js | 
| + tests/prefs.js | 
| + tests/versionComparator.js | 
| + tests/url.js | 
| + tests/cssEscaping.js | 
| + | 
| [compat] | 
| edge = 40.15063.0.0 |