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

Side by Side Diff: tests/metadata.edge

Issue 29345751: Issue 4028 - Add support for Edge extensions to buildtools (Closed)
Patch Set: Address comments on patch set 4 Created July 8, 2016, 4:46 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [general]
2 version = 1.3.3.7
3 author = Eyeo GmbH
4 basename = adblockplusedge
5 display_name = Adblock Plus
6 description = Adblock Plus is the most popular ad blocker ever, and also support s websites by not blocking unobstrusive ads by default (configurable).
7 background_color = red
8 extension_id = 1.0
9 permissions = tabs
10 http://*/*
11 https://*/*
12 contextMenus
13 webRequest
14 webRequestBlocking
15 webNavigation
16 storage
17 unlimitedStorage
18 notifications
19 options = options.html
20 devtools = devtools.html
21 managedStorageSchema = managed-storage-schema.json
22
23 [package_identity]
24 name = EyeoGmbH.AdblockPlus
25 publisher = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
26
27 [appx_assets]
28 logo_44.png = chrome/icons/abp-44.png
29 logo_50.png = chrome/icons/abp-50.png
30 logo_150.png = chrome/icons/abp-150.png
31
32 [mapping]
33 icons = chrome/icons
34
35 [compat]
36 edge = 37.14332.1000.0
37 windows = 10.0.14332.0/12.0.0.0
OLDNEW
« packagerEdge.py ('K') | « tests/AppManifest.xml.expect ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld