{"id":22487591,"url":"https://github.com/synecdokey/web-ext-types","last_synced_at":"2025-08-02T20:31:02.937Z","repository":{"id":41547116,"uuid":"84424269","full_name":"synecdokey/web-ext-types","owner":"synecdokey","description":"TypeScript type definitions for Firefox WebExtensions","archived":false,"fork":false,"pushed_at":"2021-10-26T18:59:46.000Z","size":231,"stargazers_count":149,"open_issues_count":13,"forks_count":41,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-21T00:54:59.722Z","etag":null,"topics":["firefox","typescript","webextension"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synecdokey.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":"2017-03-09T09:36:58.000Z","updated_at":"2025-04-26T22:48:31.000Z","dependencies_parsed_at":"2022-09-06T09:40:58.426Z","dependency_job_id":null,"html_url":"https://github.com/synecdokey/web-ext-types","commit_stats":null,"previous_names":["kelseasy/web-ext-types"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/synecdokey/web-ext-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synecdokey%2Fweb-ext-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synecdokey%2Fweb-ext-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synecdokey%2Fweb-ext-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synecdokey%2Fweb-ext-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synecdokey","download_url":"https://codeload.github.com/synecdokey/web-ext-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synecdokey%2Fweb-ext-types/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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-08-02T02:00:12.353Z","response_time":74,"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":["firefox","typescript","webextension"],"created_at":"2024-12-06T17:16:54.477Z","updated_at":"2025-08-02T20:31:02.925Z","avatar_url":"https://github.com/synecdokey.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# web-ext-types\n\n[![Build Status][build-badge]][build-url]\n[![Npm Version][npm-badge]][npm-url]\n\nTypeScript type definitions for WebExtensions, based on MDN's documentation.\n\n## Requirements\n\nAs this library is using the `object` type and default values for generics,\n`typescript` should at least be on version `2.3` to get the definitions to work.\n\n## Install it\n\nThere is an npm package available, which means you can grab it from there:\n\n```sh\n# yarn version\nyarn add web-ext-types --dev\n\n# npm version\nnpm install --save-dev web-ext-types\n```\n\nThough if you want to use the git version, simply do:\n\n```sh\n# yarn version\nyarn add kelseasy/web-ext-types --dev\n\n# npm version\nnpm install --save-dev kelseasy/web-ext-types\n```\n\nAs this is not a [`DefinitelyTyped`][definitely-typed] package, you will have to\ninclude the type definition in your `tsconfig.json` by hand, via a `typeRoots`\noption.\n\n```js\n{\n  \"compilerOptions\": {\n    // You have to explicitly set @types to get DefinitelyTyped type definitions\n    \"typeRoots\": [\"node_modules/@types\", \"node_modules/web-ext-types\"],\n  }\n}\n```\n\n[build-badge]: https://travis-ci.org/kelseasy/web-ext-types.svg?branch=master\n[build-url]: https://travis-ci.org/kelseasy/web-ext-types\n[definitely-typed]: https://github.com/DefinitelyTyped/DefinitelyTyped/\n[npm-badge]: https://img.shields.io/npm/v/web-ext-types.svg\n[npm-url]: https://www.npmjs.com/package/web-ext-types\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynecdokey%2Fweb-ext-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynecdokey%2Fweb-ext-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynecdokey%2Fweb-ext-types/lists"}