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: Created April 5, 2018, 10:21 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/expecteddata/manifest_gecko_release_build.json ('k') | no next file » | 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 permissions = tabs
6 <all_urls> 6 <all_urls>
7 optionalPermissions = webRequest 7 optionalPermissions = webRequest
8 backgroundScripts = ext/common.js 8 backgroundScripts = ext/common.js
9 ext/background.js 9 ext/background.js
10 testScripts = ../ext/common.js 10 testScripts = ../ext/common.js
11 ../ext/background.js 11 ../ext/background.js
12 devtools = devtools.html 12 devtools = devtools.html
13 options = options.html 13 options = options.html
14 managedStorageSchema = storage.json 14 managedStorageSchema = storage.json
15 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html 15 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html
16 icons = icons/abp-16.png 16 icons = icons/abp-16.png
17 webAccessible = images/*.png 17 webAccessible = images/*.png
18 externallyConnectable_matches = https://*.google.com/*
19 *://*.chromium.org/*
20 externallyConnectable_ids = foo
21 bar
22 externallyConnectable_accepts_tls_channel_id = true
18 23
19 [contentScripts] 24 [contentScripts]
20 planets = content.js 25 planets = content.js
21 26
22 [mapping] 27 [mapping]
23 logo_44.png = chrome/icons/abp-44.png 28 logo_44.png = chrome/icons/abp-44.png
24 foo/logo_50.png = chrome/icons/abp-50.png 29 foo/logo_50.png = chrome/icons/abp-50.png
25 icons/logo_150.png = chrome/icons/abp-150.png 30 icons/logo_150.png = chrome/icons/abp-150.png
26 31
27 [compat] 32 [compat]
28 chrome = 49.0 33 chrome = 49.0
29 opera = 36.0 34 opera = 36.0
30 35
31 [import_locales] 36 [import_locales]
32 _modules/*/module.json = =* 37 _modules/*/module.json = =*
33 _modules/*/unit.properties = =* 38 _modules/*/unit.properties = =*
34 _imp/*/gecko.dtd = =* 39 _imp/*/gecko.dtd = =*
35 40
36 [bundles] 41 [bundles]
37 lib/foo.js = ext/a.js 42 lib/foo.js = ext/a.js
38 lib/b.js 43 lib/b.js
OLDNEW
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld