1# Version of this schema
2schema: 1
3
4bugzilla:
5  # Bugzilla product and component for this directory and subdirectories
6  product: Firefox
7  component: PDF Viewer
8
9# Document the source of externally hosted code
10origin:
11
12  # Short name of the package/library
13  name: PDF.js
14
15  description: Portable Document Format (PDF) viewer that is built with HTML5
16
17  # Full URL for the package's homepage/etc
18  # Usually different from repository url
19  url: https://github.com/mozilla/pdf.js
20
21  # Human-readable identifier for this version/release
22  # Generally "version NNN", "tag SSS", "bookmark SSS"
23  release: version 2.14.13
24
25  # The package's license, where possible using the mnemonic from
26  # https://spdx.org/licenses/
27  # Multiple licenses can be specified (as a YAML list)
28  # A "LICENSE" file must exist containing the full license text
29  license: Apache-2.0
30