An open API service indexing awesome lists of open source software.

https://github.com/bayotop/chrome-names

Periodically updated lists of interesting Chrome (blink) "names".
https://github.com/bayotop/chrome-names

Last synced: 22 days ago
JSON representation

Periodically updated lists of interesting Chrome (blink) "names".

Awesome Lists containing this project

README

        

## Description

This repository holds interesting "names" extracted from the [blink source code][1]. It leverages the `.json5` generator files. All processed files can be found in [data/json][2]. Cleaned versions (containing only the actual "names" are stored in [data/plain][3]).

For Firefox (gecko) "names" see [firefox-names][4].

[1]: https://github.com/chromium/chromium/tree/master/third_party/blink
[2]: https://github.com/bayotop/chrome-names/blob/master/data/json/
[3]: https://github.com/bayotop/chrome-names/blob/master/data/plain/
[4]: https://github.com/bayotop/firefox-names/