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

Unified Diff: tests/metadata.edge

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Merge test were possible Created Sept. 25, 2017, 10:33 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
« no previous file with comments | « tests/metadata.chrome ('k') | tests/metadata.gecko-webext » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/metadata.edge
diff --git a/tests/metadata.edge b/tests/metadata.edge
index 2761b2c68f5269415f7030ab44f5397265a13fae..6ef3516f092642c2b68e5a5803645a0d3012b4c0 100644
--- a/tests/metadata.edge
+++ b/tests/metadata.edge
@@ -1,6 +1,6 @@
[general]
version = 1.2.3
-author = Eyeo GmbH
+author = eyeo GmbH
basename = adblockplusedge
app_id_release = EyeoGmbH.AdblockPlus
app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild
@@ -10,12 +10,6 @@ permissions = tabs
http://*/*
https://*/*
contextMenus
- webRequest
- webRequestBlocking
- webNavigation
- storage
- unlimitedStorage
- notifications
options = options.html
backgroundScripts = lib/info.js
extension_id_release = 1.0
@@ -31,3 +25,19 @@ icons = chrome/icons
[compat]
edge = 37.14332.1000.0
windows = 10.0.14332.0/12.0.0.0
+
+[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
+
+[import_locales]
+_modules/*/module.json = =*
+_modules/*/unit.properties = =*
+_imp/*/gecko.dtd = =*
« no previous file with comments | « tests/metadata.chrome ('k') | tests/metadata.gecko-webext » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld