Index: tests/metadata.chrome |
diff --git a/tests/metadata.chrome b/tests/metadata.chrome |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fd5c342937561289ce9b0bfac59a98e74649f98b |
--- /dev/null |
+++ b/tests/metadata.chrome |
@@ -0,0 +1,38 @@ |
+[general] |
+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 |
+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 |
+ |
+[contentScripts] |
+planets = content.js |
+ |
+[mapping] |
+logo_44.png = chrome/icons/abp-44.png |
+foo/logo_50.png = chrome/icons/abp-50.png |
+icons/logo_150.png = chrome/icons/abp-150.png |
+ |
+[compat] |
+chrome = 49.0 |
+opera = 36.0 |
+ |
+[import_locales] |
+_modules/*/module.json = =* |
+_modules/*/unit.properties = =* |
+_imp/*/gecko.dtd = =* |
+ |
+[bundles] |
+lib/foo.js = ext/a.js |
kzar
2017/10/16 11:17:29
Perhaps we should also test that webpack bundled a
tlucas
2017/10/17 12:45:47
Good point - Done.
|
+ lib/b.js |