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

Side by Side Diff: tests/metadata.chrome

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Patch Set: NOCHANGE rebase against current master (30b4e987f025) Created April 18, 2018, 2:35 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
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | tests/metadata.edge » ('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 = adblockpluschrome 4 basename = adblockpluschrome
5 permissions = tabs 5 backgroundScripts =
6 <all_urls> 6 ext/common.js
7 optionalPermissions = webRequest 7 ext/background.js
8 backgroundScripts = ext/common.js 8 testScripts =
9 ext/background.js 9 ../ext/common.js
10 testScripts = ../ext/common.js 10 ../ext/background.js
11 ../ext/background.js
12 devtools = devtools.html 11 devtools = devtools.html
13 options = options.html 12 options = options.html
14 managedStorageSchema = storage.json 13 managedStorageSchema = storage.json
15 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html 14 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html
16 icons = icons/abp-16.png 15 icons = icons/abp-16.png
17 webAccessible = images/*.png 16
17 [manifest]
18 permissions[] =
19 tabs
20 <all_urls>
21 optional_permissions[] = webRequest
22 web_accessible_resources[] =
23 images/*.png
24 externally_connectable.matches[] =
25 https://*.google.com/*
26 *://*.chromium.org/*
27 externally_connectable.ids[] =
28 foo
29 bar
30 externally_connectable.accepts_tls_channel_id = bool:true
18 31
19 [contentScripts] 32 [contentScripts]
20 planets = content.js 33 planets = content.js
21 34
22 [mapping] 35 [mapping]
23 logo_44.png = chrome/icons/abp-44.png 36 logo_44.png = chrome/icons/abp-44.png
24 foo/logo_50.png = chrome/icons/abp-50.png 37 foo/logo_50.png = chrome/icons/abp-50.png
25 icons/logo_150.png = chrome/icons/abp-150.png 38 icons/logo_150.png = chrome/icons/abp-150.png
26 39
27 [compat] 40 [compat]
28 chrome = 49.0 41 chrome = 49.0
29 opera = 36.0 42 opera = 36.0
30 43
31 [import_locales] 44 [import_locales]
32 _modules/*/module.json = =* 45 _modules/*/module.json = =*
33 _modules/*/unit.properties = =* 46 _modules/*/unit.properties = =*
34 _imp/*/gecko.dtd = =* 47 _imp/*/gecko.dtd = =*
35 48
36 [bundles] 49 [bundles]
37 lib/foo.js = ext/a.js 50 lib/foo.js =
38 lib/b.js 51 ext/a.js
52 lib/b.js
OLDNEW
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | tests/metadata.edge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld