| Index: tests/metadata.chrome |
| diff --git a/tests/metadata.chrome b/tests/metadata.chrome |
| index fd5c342937561289ce9b0bfac59a98e74649f98b..66d146f459d6a1cc9c4e3d03480c771c7567233c 100644 |
| --- a/tests/metadata.chrome |
| +++ b/tests/metadata.chrome |
| @@ -2,19 +2,32 @@ |
| 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 |
| +backgroundScripts = |
| + ext/common.js |
| + ext/background.js |
| +testScripts = |
| + ../ext/common.js |
| + ../ext/background.js |
| devtools = devtools.html |
| 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] |
| +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 +47,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 |