diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index f3c0848..03c1a00 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 22 - run: yarn install - run: yarn test diff --git a/readme.md b/readme.md index 5491e79..5bf197b 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ - [DevTools tooling and ecosystem](#devtools-tooling-and-ecosystem) - [Chrome DevTools Protocol](#chrome-devtools-protocol) - [Using DevTools frontend with other platforms](#using-devtools-frontend-with-other-platforms) +- [Applications](#applications) - [DevTools Extensions](#devtools-extensions) - [Alumni](#alumni) @@ -121,6 +122,17 @@ --- +## Applications + +### Browsers +- [BrowserBox](https://github.com/BrowserBox/BrowserBox) - Embed Chrome in a web page, largely powered by DevTools and supporting multiuser browsing, remote DevTools, audio, and documents like `.docx`, `.pdf`, and more. +- [Puppetromium](https://github.com/dosyago/puppetromium) - A proof-of-concept web browser built with Puppeteer, written in Node.js, HTML and CSS, with 0% client-side JavaScript. + +### Web Archivers and Indexers +- [dn](https://github.com/dosyago/dn) - Archive and index pages you browse for offline viewing and search, implemented using the `Fetch` domain's interceptions, and works with any Chromium-based browser. + +--- + ## DevTools Extensions ### Accessibility (A11y)