Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 [general] | |
2 version = 1.2.3 | |
3 author = Eyeo GmbH | |
Sebastian Noack
2017/08/14 15:20:11
"eyeo" is spelled lower-case. Alternativley, you m
tlucas
2017/09/06 09:04:52
Done.
| |
4 basename = adblockpluschrome | |
5 permissions = tabs | |
6 <all_urls> | |
7 contextMenus | |
8 webRequest | |
9 webRequestBlocking | |
10 webNavigation | |
11 storage | |
12 unlimitedStorage | |
13 notifications | |
14 backgroundScripts = ext/common.js | |
15 ext/background.js | |
16 lib/compat.js | |
17 lib/publicSuffixList.js | |
18 lib/adblockplus.js | |
19 messageResponder.js | |
20 background.js | |
21 testScripts = ../ext/common.js | |
22 ../ext/background.js | |
23 ../lib/compat.js | |
Sebastian Noack
2017/08/14 15:20:12
Do we need all the files listed in "backgroundScri
tlucas
2017/09/06 09:04:51
Done.
| |
24 devtools = devtools.html | |
25 options = options.html | |
26 managedStorageSchema = managed-storage-schema.json | |
27 | |
Sebastian Noack
2017/08/14 15:20:11
We probably should also add a [contentScripts] sec
tlucas
2017/09/06 09:04:51
Done, but: packagerEdge does not handle a section
Sebastian Noack
2017/09/06 18:00:00
Not sure what you mean but there are definitely co
| |
28 [convert_js] | |
29 lib/foo.js = | |
30 lib/a.js | |
31 lib/b.js | |
32 lib/foo.js[module] = true | |
33 lib/foo.js[injectinfomodule] = true | |
34 lib/foo.js[autoload] = icons | |
35 | |
36 [mapping] | |
37 logo_44.png = chrome/icons/abp-44.png | |
38 foo/logo_50.png = chrome/icons/abp-50.png | |
39 icons/logo_150.png = chrome/icons/abp-150.png | |
40 | |
41 [compat] | |
42 chrome = 49.0 | |
43 opera = 36.0 | |
44 | |
45 [import_locales] | |
46 _trans/*/test.properties = name | |
47 name_devbuild | |
OLD | NEW |