# @json-types/web-manifest

[![workflow-badge]](https://github.com/swordev/json-types/actions/workflows/ci.yaml) [![license-badge]](https://github.com/swordev/json-types#license)

[workflow-badge]: https://img.shields.io/github/actions/workflow/status/swordev/json-types/ci.yaml?branch=main
[license-badge]: https://img.shields.io/github/license/swordev/json-types

## Installation

```sh
npm install --save @json-types/web-manifest
```

## Usage

```ts
import { type WebManifest } from "@json-types/web-manifest";
import schema from "@json-types/web-manifest/schema.json";
```

## Details

TypeScript types generated automatically every night and published when there are changes.

- Last change: 2023-10-21T23:35:38.511Z
- Source URL: https://json.schemastore.org/web-manifest.json
