{"id":31588515,"url":"https://github.com/alialmasi/react-vite-extension-template","last_synced_at":"2026-04-07T20:32:49.119Z","repository":{"id":316132869,"uuid":"1061975782","full_name":"AliAlmasi/react-vite-extension-template","owner":"AliAlmasi","description":"A simple template to develop Chrome and Firefox extension with Vite+React","archived":false,"fork":false,"pushed_at":"2025-09-22T21:52:12.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T22:21:36.588Z","etag":null,"topics":["chrome","chrome-extension","extension","extension-development","firefox-addon","firefox-extension","javascript","js","jsx","manifest-v2","manifest-v3","react","reactjs","template","ts","tsx","typescript","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/react-vite-extension-template/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AliAlmasi.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,"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}},"created_at":"2025-09-22T16:27:50.000Z","updated_at":"2025-09-22T21:56:48.000Z","dependencies_parsed_at":"2025-09-22T22:21:39.813Z","dependency_job_id":"41d6c0ca-0b8a-47fb-adce-96fac34405fe","html_url":"https://github.com/AliAlmasi/react-vite-extension-template","commit_stats":null,"previous_names":["alialmasi/react-vite-extension-template"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/AliAlmasi/react-vite-extension-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAlmasi%2Freact-vite-extension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAlmasi%2Freact-vite-extension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAlmasi%2Freact-vite-extension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAlmasi%2Freact-vite-extension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliAlmasi","download_url":"https://codeload.github.com/AliAlmasi/react-vite-extension-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliAlmasi%2Freact-vite-extension-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","chrome-extension","extension","extension-development","firefox-addon","firefox-extension","javascript","js","jsx","manifest-v2","manifest-v3","react","reactjs","template","ts","tsx","typescript","vite","vitejs"],"created_at":"2025-10-06T02:10:17.548Z","updated_at":"2025-10-06T02:11:23.223Z","avatar_url":"https://github.com/AliAlmasi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React+Vite Browser Extension Template\n\nThis repository contains the template used for developing a browser extension with React+Vite. You can use this template to develop extensions for both Chrome-based and Firefox-based browsers. This template also uses two separate manifests (manifest V2 and V3) for each Chrome and Firefox.\n\n## Building\n\nThis template uses [Vite building](https://vite.dev/guide/build) configuration and [Rollup options](https://rollupjs.org/configuration-options/) to build the final extension package for both Chrome and Firefox, with their respective manifest file. Building can be triggered and done either locally, or automatically using GitHub Action workflow, which is included in the template.\n\n### Automated builds\n\nAutomated builds are triggered when there's a new release tag. It also can be triggered manually. If triggered manually, the built packages will be uploaded and over-written to the latest release tag.\n\nYou can see the [latest release of this repo](https://github.com/AliAlmasi/react-vite-extension-template/releases/latest) and see the `chrome.zip` and `firefox.zip` files, ready to use.\n\n### Building locally\n\nAs you may already know, steps to build locally are:\n\n0. Make sure to have `node` and `npm` installed. ([`pnpm` is recommended to use](https://www.freecodecamp.org/news/how-to-use-pnpm/))\n1. Make sure to have the dependencies installed: `pnpm install`\n2. Trigger the build precedure: `pnpm build`\n3. Done. Check `/build` path for `/build/chrome` and `/build/firefox` sub-folders.\n\n## License\n\nThis template is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html).\n\n### Support the creator\n\nMy name is [Ali Almasi](https://alialmasi.ir), and I'm a web developer, based in Tehran. I'll be very happy to receive your donations via [Daramet](https://daramet.com/alialmasi).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falialmasi%2Freact-vite-extension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falialmasi%2Freact-vite-extension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falialmasi%2Freact-vite-extension-template/lists"}