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: Rebase against master, renaming gecko-webext to gecko Created Oct. 11, 2017, 3:59 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.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 [convert_js]
23 lib/foo.js =
24 ext/a.js
25 lib/b.js
26 lib/foo.js[module] = true
27 lib/foo.js[injectinfomodule] = true
28 lib/foo.js[autoload] = icons
29
30 [mapping]
31 logo_44.png = chrome/icons/abp-44.png
32 foo/logo_50.png = chrome/icons/abp-50.png
33 icons/logo_150.png = chrome/icons/abp-150.png
34
35 [compat]
36 chrome = 49.0
37 opera = 36.0
38
39 [import_locales]
40 _modules/*/module.json = =*
41 _modules/*/unit.properties = =*
42 _imp/*/gecko.dtd = =*
OLDNEW
« no previous file with comments | « tests/expecteddata/manifest_gecko_release.json ('k') | tests/metadata.edge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld