{"id":19071919,"url":"https://github.com/cyansalt/inject-web-manifest-plugin","last_synced_at":"2026-07-13T15:32:02.896Z","repository":{"id":57274000,"uuid":"230031104","full_name":"CyanSalt/inject-web-manifest-plugin","owner":"CyanSalt","description":"Inject manifest.webmanifest for multiple page website.","archived":false,"fork":false,"pushed_at":"2019-12-26T07:19:30.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T16:34:17.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyanSalt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-25T02:48:47.000Z","updated_at":"2019-12-26T07:19:32.000Z","dependencies_parsed_at":"2022-09-17T10:12:49.447Z","dependency_job_id":null,"html_url":"https://github.com/CyanSalt/inject-web-manifest-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Finject-web-manifest-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Finject-web-manifest-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Finject-web-manifest-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Finject-web-manifest-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyanSalt","download_url":"https://codeload.github.com/CyanSalt/inject-web-manifest-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122610,"owners_count":19751145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T01:32:37.195Z","updated_at":"2025-10-25T19:02:36.226Z","avatar_url":"https://github.com/CyanSalt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inject-web-manifest-plugin\n\nInject manifest.webmanifest for multiple page website.\n\n## Install\n\n    # html-webpack-plugin is required\n    npm install html-webpack-plugin\n\n    npm install inject-web-manifest-plugin\n\n## Usage\n\n```js\nconst InjectWebManifestPlugin = require('inject-web-manifest-plugin');\n\n// for example\nnew InjectWebManifestPlugin({\n  name: 'dist/[page].[hash:8].webmanifest',\n  template: 'src/manifest.webmanifest',\n}),\n```\n\n## Options\n\n| Name | Description |\n| ---- | ---- |\n| `name` | Target compilation path of manifest file. Default: `manifest.[hash:8].webmanifest`. |\n| | Supported variables: |\n| | - `[hash:{limit}]`: will be replaced with the manifest file hash. `limit` must be greater than `1` and be less than `16`.\n| | - `[page]`: will be replaced with basename of file output by `HtmlWebpackPlugin`.\n| `template` | Path of manifest source file. Default: `manifest.webmanifest`. |\n| `assign` | **Optional**. Overwrite properties in source file for specific pages.\n| | Should be an object with `[page]` as key and content of web manifest as value.\n\n# License\n\nMIT. See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Finject-web-manifest-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyansalt%2Finject-web-manifest-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Finject-web-manifest-plugin/lists"}