{"id":15819430,"url":"https://github.com/florianrappl/parcel-plugin-browserconfig","last_synced_at":"2026-02-09T01:33:53.171Z","repository":{"id":42224340,"uuid":"154882814","full_name":"FlorianRappl/parcel-plugin-browserconfig","owner":"FlorianRappl","description":"A simple plugin for Parcel to traverse a browserconfig.xml file. :package:","archived":false,"fork":false,"pushed_at":"2023-01-06T00:46:27.000Z","size":1671,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T15:53:27.809Z","etag":null,"topics":["browserconfig","parcel","parcel-bundler","parcel-plugin"],"latest_commit_sha":null,"homepage":"https://piral.io","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/FlorianRappl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["FlorianRappl"],"custom":["https://www.paypal.me/FlorianRappl"]}},"created_at":"2018-10-26T19:12:19.000Z","updated_at":"2022-11-10T06:49:24.000Z","dependencies_parsed_at":"2023-02-05T01:02:26.292Z","dependency_job_id":null,"html_url":"https://github.com/FlorianRappl/parcel-plugin-browserconfig","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FlorianRappl/parcel-plugin-browserconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRappl%2Fparcel-plugin-browserconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRappl%2Fparcel-plugin-browserconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRappl%2Fparcel-plugin-browserconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRappl%2Fparcel-plugin-browserconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianRappl","download_url":"https://codeload.github.com/FlorianRappl/parcel-plugin-browserconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianRappl%2Fparcel-plugin-browserconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["browserconfig","parcel","parcel-bundler","parcel-plugin"],"created_at":"2024-10-05T06:40:59.153Z","updated_at":"2026-02-09T01:33:53.155Z","avatar_url":"https://github.com/FlorianRappl.png","language":"JavaScript","funding_links":["https://github.com/sponsors/FlorianRappl","https://www.paypal.me/FlorianRappl"],"categories":[],"sub_categories":[],"readme":"# parcel-plugin-browserconfig\r\n\r\n[![Build Status](https://florianrappl.visualstudio.com/parcel-plugin-browserconfig/_apis/build/status/FlorianRappl.parcel-plugin-browserconfig?branchName=master)](https://florianrappl.visualstudio.com/parcel-plugin-browserconfig/_build/latest?definitionId=11\u0026branchName=master)\r\n[![npm](https://img.shields.io/npm/v/parcel-plugin-browserconfig.svg)](https://www.npmjs.com/package/parcel-plugin-browserconfig)\r\n[![GitHub tag](https://img.shields.io/github/tag/FlorianRappl/parcel-plugin-browserconfig.svg)](https://github.com/FlorianRappl/parcel-plugin-browserconfig/releases)\r\n[![GitHub issues](https://img.shields.io/github/issues/FlorianRappl/parcel-plugin-browserconfig.svg)](https://github.com/FlorianRappl/parcel-plugin-browserconfig/issues)\r\n\r\nA simple plugin for Parcel to traverse a browserconfig.xml file.\r\n\r\n## Usage\r\n\r\nJust install the plugin. Make sure that your HTML file references the browserconfig.xml, e.g.,\r\n\r\n```html\r\n\u003cmeta name=\"msapplication-config\" content=\"browserconfig.xml\" /\u003e\r\n```\r\n\r\nThe file will be minifed and all sources (attribute `src`) will be correctly marked as dependencies.\r\n\r\n## Comparison to Static Copy\r\n\r\nAs an alternative to this plugin you can also use, e.g., `parcel-plugin-robot`. This plugin copies all files from a subfolder `static`. Thus you could just have a `browserconfig.xml` in that folder with all referred files also being in that folder. In many cases that may actually be sufficient.\r\n\r\nThis plugin also minifies the XML file and takes care of, e.g., image optimizations etc. for found images.\r\n\r\n## Changelog\r\n\r\nThis project adheres to [semantic versioning](https://semver.org).\r\n\r\nYou can find the changelog in the [CHANGELOG.md](CHANGELOG.md) file.\r\n\r\n## License\r\n\r\nThis plugin is released using the MIT license. For more information see the [LICENSE file](LICENSE).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianrappl%2Fparcel-plugin-browserconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianrappl%2Fparcel-plugin-browserconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianrappl%2Fparcel-plugin-browserconfig/lists"}