{"id":17677497,"url":"https://github.com/dvcol/web-extension-template","last_synced_at":"2026-04-28T11:32:35.544Z","repository":{"id":241370521,"uuid":"805883572","full_name":"dvcol/web-extension-template","owner":"dvcol","description":"Simple vite powered web extension template (Vue or svelte)","archived":false,"fork":false,"pushed_at":"2026-04-13T21:38:07.000Z","size":1044,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T23:29:19.864Z","etag":null,"topics":["chrome-extension","extension","template","typescript"],"latest_commit_sha":null,"homepage":"https://dvcol.github.io/web-extension-template/","language":"HTML","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/dvcol.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"paypal.me/dvcol/5"}},"created_at":"2024-05-25T18:32:36.000Z","updated_at":"2026-03-25T01:57:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a10af2a-824b-4959-a3e1-2137b790ab5a","html_url":"https://github.com/dvcol/web-extension-template","commit_stats":null,"previous_names":["dvcol/web-extension-template"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/dvcol/web-extension-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Fweb-extension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Fweb-extension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Fweb-extension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Fweb-extension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvcol","download_url":"https://codeload.github.com/dvcol/web-extension-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Fweb-extension-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["chrome-extension","extension","template","typescript"],"created_at":"2024-10-24T07:28:51.868Z","updated_at":"2026-04-28T11:32:35.456Z","avatar_url":"https://github.com/dvcol.png","language":"HTML","funding_links":["paypal.me/dvcol/5","https://paypal.me/dvcol/5"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to \u003ci\u003eWeb Extension Template\u003c/i\u003e\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/pnpm-%3E%3D7.0.0-blue.svg\" alt=\"pnpm verison\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node-%3E%3D17.0.0-blue.svg\" alt=\"node version\" /\u003e\n  \u003ca href=\"https://github.com/dvcol/web-extension-template#readme\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/dvcol/web-extension-template/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/dvcol/web-extension-template/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/github/license/dvcol/web-extension-template\" /\u003e\n  \u003c/a\u003e\n \u003ca href=\"https://paypal.me/dvcol/5\" target=\"_blank\"\u003e\n    \u003cimg alt=\"donate\" src=\"https://img.shields.io/badge/Donate%20€-PayPal-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e \u003cWeb Extension Template\u003e description here\n\n## Prerequisites\n\n- pnpm \u003e=9.0.0\n- node \u003e=20.0.0\n\n## Install\n\n```sh\npnpm install\n```\n\n## Usage\n\n```sh\npnpm dev\n```\n\nSee [package.json](https://github.com/dvcol/web-extension-template/blob/main/package.json) for other useful scripts.\n\n## Run tests\n\n```sh\npnpm test:unit\n```\n\n## Author\n\n- Github: [@dvcol](https://github.com/dvcol)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/dvcol/web-extension-template/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n \u003ca href=\"https://paypal.me/dvcol/5\" target=\"_blank\"\u003e\n    \u003cimg alt=\"donate\" src=\"https://img.shields.io/badge/Donate%20€-PayPal-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n\n## 📝 License\n\nThis project is [MIT](https://github.com/dvcol/web-extension-template/blob/master/LICENSE) licensed.\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvcol%2Fweb-extension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvcol%2Fweb-extension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvcol%2Fweb-extension-template/lists"}