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

Side by Side Diff: tests/metadata.edge

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: NO CHANGE Rebasing against #4720 @ PS 4 Created Oct. 18, 2017, 11:18 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/metadata.chrome ('k') | tests/metadata.gecko » ('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_release = EyeoGmbH.AdblockPlus 5 app_id_release = EyeoGmbH.AdblockPlus
6 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild 6 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild
7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88
8 background_color = red 8 background_color = red
9 permissions = tabs 9 permissions = tabs
10 http://*/* 10 http://*/*
11 https://*/* 11 https://*/*
12 contextMenus 12 contextMenus
13 webRequest
14 webRequestBlocking
15 webNavigation
16 storage
17 unlimitedStorage
18 notifications
19 options = options.html 13 options = options.html
20 backgroundScripts = lib/info.js 14 backgroundScripts = lib/info.js
21 extension_id_release = 1.0 15 extension_id_release = 1.0
22 16
23 [appx_assets] 17 [appx_assets]
24 logo_44.png = chrome/icons/abp-44.png 18 logo_44.png = chrome/icons/abp-44.png
25 logo_50.png = chrome/icons/abp-50.png 19 logo_50.png = chrome/icons/abp-50.png
26 logo_150.png = chrome/icons/abp-150.png 20 logo_150.png = chrome/icons/abp-150.png
27 21
28 [mapping] 22 [mapping]
29 icons = chrome/icons 23 icons = chrome/icons
30 24
31 [compat] 25 [compat]
32 edge = 37.14332.1000.0 26 edge = 37.14332.1000.0
33 windows = 10.0.14332.0/12.0.0.0 27 windows = 10.0.14332.0/12.0.0.0
28
29 [contentScripts]
30 planets = content.js
31
32 [import_locales]
33 _modules/*/module.json = =*
34 _modules/*/unit.properties = =*
35 _imp/*/gecko.dtd = =*
36
37 [bundles]
38 lib/foo.js = ext/a.js
39 lib/b.js
OLDNEW
« no previous file with comments | « tests/metadata.chrome ('k') | tests/metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld