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".
- Host: GitHub
- URL: https://github.com/bayotop/chrome-names
- Owner: bayotop
- License: mit
- Created: 2019-05-10T00:30:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T20:00:44.000Z (over 3 years ago)
- Last Synced: 2025-02-15T06:45:29.192Z (3 months ago)
- Language: Shell
- Size: 2.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/