| Index: tests/metadata.edge |
| diff --git a/tests/metadata.edge b/tests/metadata.edge |
| index 720c8d50d082d0b4c29b752958677c3f41e86650..44c2cc9f466226841beb836057e3f71cc7e41704 100644 |
| --- a/tests/metadata.edge |
| +++ b/tests/metadata.edge |
| @@ -7,12 +7,15 @@ app_id_release = EyeoGmbH.AdblockPlus |
| app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild |
| publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
| background_color = red |
| -permissions = tabs |
| - http://*/* |
| - https://*/* |
| - contextMenus |
| extension_id_release = 1.0 |
| +[manifest] |
| +permissions[] = |
| + tabs |
| + http://*/* |
| + https://*/* |
| + contextMenus |
| + |
| [appx_assets] |
| logo_44.png = chrome/icons/abp-44.png |
| logo_50.png = chrome/icons/abp-50.png |
| @@ -37,5 +40,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 |