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: NO CHANGE Rebasing against #4720 @ PS 4 Created Oct. 18, 2017, 11:18 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/metadata.chrome ('k') | tests/metadata.gecko » ('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..fc15273aadc4b9c219b7c242c43d87048bf73bba 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,15 @@ icons = chrome/icons
[compat]
edge = 37.14332.1000.0
windows = 10.0.14332.0/12.0.0.0
+
+[contentScripts]
+planets = content.js
+
+[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/metadata.chrome ('k') | tests/metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld