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

Side by Side Diff: tests/metadata.edge

Issue 29368690: [buildtools] Issue 4578 - Make uap3:AppExtension.Id configurable for Microsoft Edge builds (Closed)
Patch Set: Fallback to EdgeExtension if no extension_id configured Created Jan. 9, 2017, 11:04 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/AppManifest.xml.expect ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 version = 1.2.3 2 version = 1.2.3
3 author = Eyeo GmbH 3 author = Eyeo GmbH
4 basename = adblockplusedge 4 basename = adblockplusedge
5 app_id = EyeoGmbH.AdblockPlus 5 app_id = EyeoGmbH.AdblockPlus
6 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 6 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
7 background_color = red 7 background_color = red
8 permissions = tabs 8 permissions = tabs
9 http://*/* 9 http://*/*
10 https://*/* 10 https://*/*
11 contextMenus 11 contextMenus
12 webRequest 12 webRequest
13 webRequestBlocking 13 webRequestBlocking
14 webNavigation 14 webNavigation
15 storage 15 storage
16 unlimitedStorage 16 unlimitedStorage
17 notifications 17 notifications
18 options = options.html 18 options = options.html
19 backgroundScripts = lib/info.js 19 backgroundScripts = lib/info.js
20 extension_id_release = 1.0
21 extension_id_devbuild = EdgeExtension
Sebastian Noack 2017/01/09 14:52:19 This seems redundant now, where we fallback to "Ed
wspee 2017/01/10 08:09:00 Done.
20 22
21 [appx_assets] 23 [appx_assets]
22 logo_44.png = chrome/icons/abp-44.png 24 logo_44.png = chrome/icons/abp-44.png
23 logo_50.png = chrome/icons/abp-50.png 25 logo_50.png = chrome/icons/abp-50.png
24 logo_150.png = chrome/icons/abp-150.png 26 logo_150.png = chrome/icons/abp-150.png
25 27
26 [mapping] 28 [mapping]
27 icons = chrome/icons 29 icons = chrome/icons
28 30
29 [compat] 31 [compat]
30 edge = 37.14332.1000.0 32 edge = 37.14332.1000.0
31 windows = 10.0.14332.0/12.0.0.0 33 windows = 10.0.14332.0/12.0.0.0
OLDNEW
« 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