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

Unified Diff: tests/metadata.edge

Issue 29345751: Issue 4028 - Add support for Edge extensions to buildtools (Closed)
Patch Set: Address Windows Store issues with blockmap and devbuild display name Created Oct. 14, 2016, 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
« no previous file with comments | « tests/AppManifest.xml.expect ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/metadata.edge
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/metadata.edge
@@ -0,0 +1,30 @@
+[general]
+version = 1.2.3
+author = Eyeo GmbH
+basename = adblockplusedge
+app_id = EyeoGmbH.AdblockPlus
+publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
+background_color = red
+permissions = tabs
+ http://*/*
+ https://*/*
+ contextMenus
+ webRequest
+ webRequestBlocking
+ webNavigation
+ storage
+ unlimitedStorage
+ notifications
+options = options.html
+
+[appx_assets]
+logo_44.png = chrome/icons/abp-44.png
+logo_50.png = chrome/icons/abp-50.png
+logo_150.png = chrome/icons/abp-150.png
+
+[mapping]
+icons = chrome/icons
+
+[compat]
+edge = 37.14332.1000.0
+windows = 10.0.14332.0/12.0.0.0
« no previous file with comments | « tests/AppManifest.xml.expect ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld