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

Delta Between Two Patch Sets: tests/metadata.chrome

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Left Patch Set: Created April 5, 2018, 10:21 a.m.
Right Patch Set: Created April 19, 2018, 11:42 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 [general] 1 [general]
2 version = 1.2.3 2 version = 1.2.3
3 author = eyeo GmbH 3 author = eyeo GmbH
4 basename = adblockpluschrome 4 basename = adblockpluschrome
5 permissions = tabs 5 backgroundScripts =
6 <all_urls> 6 ext/common.js
7 optionalPermissions = webRequest
8 backgroundScripts = ext/common.js
9 ext/background.js 7 ext/background.js
10 testScripts = ../ext/common.js 8 testScripts =
9 ../ext/common.js
11 ../ext/background.js 10 ../ext/background.js
12 devtools = devtools.html
13 options = options.html 11 options = options.html
14 managedStorageSchema = storage.json
15 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html 12 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html
16 icons = icons/abp-16.png 13 icons = icons/abp-16.png
17 webAccessible = images/*.png 14
18 externallyConnectable_matches = https://*.google.com/* 15 [manifest]
16 devtools_page = devtools.html
17 storage.managed_schema = storage.json
18 permissions =
19 tabs
20 <all_urls>
21 optional_permissions =
22 webRequest
23 web_accessible_resources =
24 images/*.png
25 externally_connectable.matches =
26 https://*.google.com/*
19 *://*.chromium.org/* 27 *://*.chromium.org/*
20 externallyConnectable_ids = foo 28 externally_connectable.ids =
29 foo
21 bar 30 bar
22 externallyConnectable_accepts_tls_channel_id = true 31 externally_connectable.accepts_tls_channel_id = bool:true
23 32
24 [contentScripts] 33 [contentScripts]
25 planets = content.js 34 planets = content.js
26 35
27 [mapping] 36 [mapping]
28 logo_44.png = chrome/icons/abp-44.png 37 logo_44.png = chrome/icons/abp-44.png
29 foo/logo_50.png = chrome/icons/abp-50.png 38 foo/logo_50.png = chrome/icons/abp-50.png
30 icons/logo_150.png = chrome/icons/abp-150.png 39 icons/logo_150.png = chrome/icons/abp-150.png
31 40
32 [compat] 41 [compat]
33 chrome = 49.0 42 chrome = 49.0
34 opera = 36.0 43 opera = 36.0
35 44
36 [import_locales] 45 [import_locales]
37 _modules/*/module.json = =* 46 _modules/*/module.json = =*
38 _modules/*/unit.properties = =* 47 _modules/*/unit.properties = =*
39 _imp/*/gecko.dtd = =* 48 _imp/*/gecko.dtd = =*
40 49
41 [bundles] 50 [bundles]
42 lib/foo.js = ext/a.js 51 lib/foo.js =
52 ext/a.js
43 lib/b.js 53 lib/b.js
LEFTRIGHT

Powered by Google App Engine
This is Rietveld