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

Side by Side Diff: tests/metadata.chrome

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Addressing Vasily's comments Created Oct. 22, 2017, 11:11 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') | 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
(Empty)
1 [general]
2 version = 1.2.3
3 author = eyeo GmbH
4 basename = adblockpluschrome
5 permissions = tabs
6 <all_urls>
7 optionalPermissions = webRequest
8 backgroundScripts = ext/common.js
9 ext/background.js
10 testScripts = ../ext/common.js
11 ../ext/background.js
12 devtools = devtools.html
13 options = options.html
14 managedStorageSchema = storage.json
15 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html
16 icons = icons/abp-16.png
17 webAccessible = images/*.png
18
19 [contentScripts]
20 planets = content.js
21
22 [mapping]
23 logo_44.png = chrome/icons/abp-44.png
24 foo/logo_50.png = chrome/icons/abp-50.png
25 icons/logo_150.png = chrome/icons/abp-150.png
26
27 [compat]
28 chrome = 49.0
29 opera = 36.0
30
31 [import_locales]
32 _modules/*/module.json = =*
33 _modules/*/unit.properties = =*
34 _imp/*/gecko.dtd = =*
35
36 [bundles]
37 lib/foo.js = ext/a.js
38 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