{"id":13695563,"url":"https://jakearchibald.github.io/isserviceworkerready/","last_synced_at":"2025-05-03T13:32:31.106Z","repository":{"id":17256033,"uuid":"20025528","full_name":"jakearchibald/isserviceworkerready","owner":"jakearchibald","description":"Tracking the status of ServiceWorker in browsers","archived":false,"fork":false,"pushed_at":"2022-05-11T20:05:38.000Z","size":2995,"stargazers_count":568,"open_issues_count":18,"forks_count":65,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-10-15T22:46:42.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jakearchibald.github.io/isserviceworkerready/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakearchibald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-21T15:04:13.000Z","updated_at":"2024-10-15T18:46:14.000Z","dependencies_parsed_at":"2022-07-20T12:17:21.860Z","dependency_job_id":null,"html_url":"https://github.com/jakearchibald/isserviceworkerready","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/jakearchibald%2Fisserviceworkerready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakearchibald%2Fisserviceworkerready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakearchibald%2Fisserviceworkerready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakearchibald%2Fisserviceworkerready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakearchibald","download_url":"https://codeload.github.com/jakearchibald/isserviceworkerready/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224364316,"owners_count":17299049,"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-08-02T18:00:29.390Z","updated_at":"2024-11-12T23:30:33.297Z","avatar_url":"https://github.com/jakearchibald.png","language":"HTML","funding_links":[],"categories":["Making a Progressive Web App","Articles","Browser Support","Support","General resources","Offline","Support Tables"],"sub_categories":["Offline-First Considerations","Service Workers","Technical Guides and Deep Dives"],"readme":"# Is Service Worker Ready Yet?\n\n[![Build Status](https://travis-ci.org/jakearchibald/isserviceworkerready.svg)](https://travis-ci.org/jakearchibald/isserviceworkerready)\n[![devDependency Status](https://david-dm.org/jakearchibald/isserviceworkerready/dev-status.svg)](https://david-dm.org/jakearchibald/isserviceworkerready#info=devDependencies)\n\nTracks the features of service worker supported in browsers.\n[View the site](https://jakearchibald.github.io/isserviceworkerready).\n\n## Run locally\n\nTo install, run the following in the root of your cloned copy of the repo:\n\n```sh\nnpm install\n```\n\nTo serve the site on `localhost:8000`:\n\n```sh\nnpm run serve\n```\n\nTo build the site:\n\n```sh\nnpm run build\n```\n\n## Contribute\n\nTo update data, edit [`data.json`](src/data.json), which is in this format:\n\n```js\n\n  //...\n\n  \"features\": [\n\n      //...\n\n      {\n        \"name\", \"Feature name or \u003ccode\u003einterface.whatever\u003c/code\u003e\",\n        \"description\", \"Brief feature details, html \u003cstrong\u003eallowed\u003c/strong\u003e\",\n        \"chrome\": {\n          // 1 = supported\n          // 0.5 = supported with caveats (eg flags, nightlies, special builds)\n          // 0 = not supported\n          \"supported\": 1\n          // (optional) browser version\n          \"minVersion\": 35,\n          // (optional) alternate icon, currently supports:\n          // \"chrome-canary\"\n          // \"firefox-nightly\"\n          // \"webkit\"\n          // \"opera-developer\"\n          \"icon\": \"canary\",\n          // (optional) details, cavats, links to tickets, flags etc\n          \"details\": [\n            \"Requires \u003ca href=\\\"https://www.google.co.uk/intl/en/chrome/browser/canary.html\\\"\u003eChrome Canary\u003c/a\u003e\"\n          ]\n        },\n        \"firefox\": {},\n        \"opera\": {},\n        \"safari\": {},\n        // (optional) details that don't apply to a single browser\n        \"details\": [\n          \"\u003cstrong\u003eChrome \u0026 Firefox\u003c/strong\u003e: sitting in a tree K-I-S-S-I-N-G\"\n        ]\n      },\n\n      // ...\n\n  ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/jakearchibald.github.io%2Fisserviceworkerready%2F","html_url":"https://awesome.ecosyste.ms/projects/jakearchibald.github.io%2Fisserviceworkerready%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/jakearchibald.github.io%2Fisserviceworkerready%2F/lists"}