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 review comments on patch set 2 Created July 1, 2016, 7:47 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.edge
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/metadata.edge
@@ -0,0 +1,36 @@
+[general]
+version = 1.3.3.7
+author = Eyeo GmbH
+basename = adblockplusedge
+display_name = Adblock Plus
+description = Adblock Plus is the most popular ad blocker ever, and also supports websites by not blocking unobstrusive ads by default (configurable).
+background_color = red
+extension_id = 1.0
+permissions = tabs
+ http://*/*
+ https://*/*
+ contextMenus
+ webRequest
+ webRequestBlocking
+ webNavigation
+ storage
+ unlimitedStorage
+ notifications
+options = options.html
+devtools = devtools.html
+managedStorageSchema = managed-storage-schema.json
+
+[package_identity]
+name = EyeoGmbH.AdblockPlus
+publisher = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
+
+[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

Powered by Google App Engine
This is Rietveld