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: Created July 31, 2017, 12:07 p.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..e4967fb2e0c463023aa3ebc1c0f0781be18caef3
--- /dev/null
+++ b/tests/metadata.chrome
@@ -0,0 +1,47 @@
+[general]
+version = 1.2.3
+author = Eyeo GmbH
+basename = adblockpluschrome
+permissions = tabs
+ <all_urls>
+ contextMenus
+ webRequest
+ webRequestBlocking
+ webNavigation
+ storage
+ unlimitedStorage
+ notifications
+backgroundScripts = ext/common.js
+ ext/background.js
+ lib/compat.js
+ lib/publicSuffixList.js
+ lib/adblockplus.js
+ messageResponder.js
+ background.js
+testScripts = ../ext/common.js
+ ../ext/background.js
+ ../lib/compat.js
+devtools = devtools.html
+options = options.html
+managedStorageSchema = managed-storage-schema.json
+
+[convert_js]
+lib/foo.js =
+ lib/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]
+_trans/*/test.properties = name
+ name_devbuild

Powered by Google App Engine
This is Rietveld