| Index: tests/metadata.chrome |
| diff --git a/tests/metadata.chrome b/tests/metadata.chrome |
| index fd5c342937561289ce9b0bfac59a98e74649f98b..7a4d747e7633bc48a3d8e755977d39bf4ee73068 100644 |
| --- a/tests/metadata.chrome |
| +++ b/tests/metadata.chrome |
| @@ -2,9 +2,6 @@ |
| 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 |
| @@ -14,7 +11,17 @@ 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 |
|
Sebastian Noack
2018/04/12 12:19:24
Please update https://issues.adblockplus.org/ticke
tlucas
2018/04/12 13:47:39
Will do, as soon as we sorted out, what actually n
|
| + |
| +[manifest] |
| +permissions[] = tabs |
|
Sebastian Noack
2018/04/12 12:19:23
I think its more readable if we put all items on a
tlucas
2018/04/12 13:47:39
Done.
|
| + <all_urls> |
| +optionalPermissions[] = webRequest |
| +webAccessible[] = images/*.png |
| +externallyConnectable.matches[] = https://*.google.com/* |
| + *://*.chromium.org/* |
| +externallyConnectable.ids[] = foo |
| + bar |
| +externallyConnectable.accepts_tls_channel_id = true\b |
| [contentScripts] |
| planets = content.js |