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: Addressing Vasily's comments Created Oct. 22, 2017, 11:11 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
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | tests/metadata.edge » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ lib/b.js
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | tests/metadata.edge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld