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

Unified Diff: docs/metadata.edge.example

Issue 29345751: Issue 4028 - Add support for Edge extensions to buildtools (Closed)
Patch Set: Created June 13, 2016, 12:31 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: docs/metadata.edge.example
===================================================================
new file mode 100644
--- /dev/null
+++ b/docs/metadata.edge.example
@@ -0,0 +1,60 @@
+[default]
Vasily Kuznetsov 2016/06/13 12:57:31 Rough example of how `metadata.edge` is supposed t
Wladimir Palant 2016/06/17 09:53:45 Documented - yes. But this content is very specifi
Vasily Kuznetsov 2016/06/17 17:53:26 Yeah, I agree. This example is pretty rough and ha
Wladimir Palant 2016/06/29 19:33:44 IMHO, this isn't worth documenting "properly" - an
Vasily Kuznetsov 2016/07/01 19:51:27 For now I made the existing example more abstract
+inherit = metadata.common
+
+# App identity assigned by the Store.
+[package_identity]
+name = EyeoGmbH.AdblockPlus
+publisher = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
+
+# Icons to be placed in /Assets and referenced in AppxManifest.xml.
+[appx_assets]
+logo_44.png = chrome/icons/abp-38.png
+logo_50.png = chrome/icons/detailed/abp-48.png
+logo_150.png = adblockplusui/skin/abp-128.png
+
+[compat]
+edge = 37.14332.1000.0
+
+[general]
+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
+browserAction = icons/abp-19.png icons/abp-38.png popup.html
+icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png
+ icons/detailed/abp-64.png icons/detailed/abp-128.png
+managedStorageSchema = managed-storage-schema.json
+
+[mapping]
+icons/abp-19.png = chrome/icons/abp-19.png
+icons/abp-19-whitelisted.png = chrome/icons/abp-19-whitelisted.png
+icons/abp-19-notification-critical.png = chrome/icons/abp-19-notification-critical.png
+icons/abp-19-notification-information.png = chrome/icons/abp-19-notification-information.png
+icons/abp-38.png = chrome/icons/abp-38.png
+icons/abp-38-whitelisted.png = chrome/icons/abp-38-whitelisted.png
+icons/abp-38-notification-critical.png = chrome/icons/abp-38-notification-critical.png
+icons/abp-38-notification-information.png = chrome/icons/abp-38-notification-information.png
+icons/detailed/abp-48.png = chrome/icons/detailed/abp-48.png
+ext/devtools.js = chrome/ext/devtools.js
+devtools.html = chrome/devtools.html
+devtools.js = chrome/devtools.js
+devtools-panel.html = adblockplusui/devtools-panel.html
+devtools-panel.js = adblockplusui/devtools-panel.js
+skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
+managed-storage-schema.json = chrome/managed-storage-schema.json
+
+[convert_js]
+lib/adblockplus.js -= abp2blocklist/lib/abp2blocklist.js safari/contentBlocking.js

Powered by Google App Engine
This is Rietveld