Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/metadata.chrome

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Simplifying parameters Created Sept. 21, 2017, 11:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/metadata.chrome
diff --git a/tests/metadata.chrome b/tests/metadata.chrome
new file mode 100644
index 0000000000000000000000000000000000000000..6f88f98725d62e4f33e0f1e73e2ea2967383afe2
--- /dev/null
+++ b/tests/metadata.chrome
@@ -0,0 +1,42 @@
+[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
+
+[convert_js]
+lib/foo.js =
+ ext/a.js
+ lib/b.js
+lib/foo.js[module] = true
+lib/foo.js[injectinfomodule] = true
+lib/foo.js[autoload] = icons
+
+[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 = =*

Powered by Google App Engine
This is Rietveld