| Index: tests/metadata.chrome |
| diff --git a/tests/metadata.chrome b/tests/metadata.chrome |
| index fd5c342937561289ce9b0bfac59a98e74649f98b..b71305cda02fd7ad880c09c5ee4c4c57a4b61813 100644 |
| --- a/tests/metadata.chrome |
| +++ b/tests/metadata.chrome |
| @@ -2,19 +2,33 @@ |
| version = 1.2.3 |
| author = eyeo GmbH |
| basename = adblockpluschrome |
| -permissions = tabs |
| - <all_urls> |
| -optionalPermissions = webRequest |
| -backgroundScripts = ext/common.js |
| - ext/background.js |
| -testScripts = ../ext/common.js |
| - ../ext/background.js |
| -devtools = devtools.html |
| +backgroundScripts = |
| + ext/common.js |
|
Sebastian Noack
2018/04/18 15:59:01
Nit: Two space indentation everywhere but in Pytho
tlucas
2018/04/19 10:01:40
Done.
|
| + ext/background.js |
| +testScripts = |
| + ../ext/common.js |
| + ../ext/background.js |
| options = options.html |
| -managedStorageSchema = storage.json |
| browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html |
| icons = icons/abp-16.png |
| -webAccessible = images/*.png |
| + |
| +[manifest] |
| +devtools_page = devtools.html |
| +storage.managed_schema = storage.json |
| +permissions = |
| + tabs |
| + <all_urls> |
| +optional_permissions = |
| + webRequest |
| +web_accessible_resources = |
| + images/*.png |
| +externally_connectable.matches = |
| + https://*.google.com/* |
| + *://*.chromium.org/* |
| +externally_connectable.ids = |
| + foo |
| + bar |
| +externally_connectable.accepts_tls_channel_id = bool:true |
| [contentScripts] |
| planets = content.js |
| @@ -34,5 +48,6 @@ _modules/*/unit.properties = =* |
| _imp/*/gecko.dtd = =* |
| [bundles] |
| -lib/foo.js = ext/a.js |
| - lib/b.js |
| +lib/foo.js = |
| + ext/a.js |
| + lib/b.js |