apps
apps copied to clipboard
A collection of apps built on Electron
## Adding a new application ### Checklist - [x] I have read and completed the checklist of [Submission Guide](https://github.com/electron/apps/blob/master/contributing.md#submission-guidelines) - [x] My application is open-source and has been created for...
## Adding a new application ### Checklist - [x] I have read and completed the checklist of [Submission Guide](https://github.com/electron/apps/blob/master/contributing.md#submission-guidelines) - [ ] My application is open-source and has been created...
## Adding a new application ### Checklist - [x] I have read and completed the checklist of [Submission Guide](https://github.com/electron/apps/blob/master/contributing.md#submission-guidelines) - [ ] My application is open-source and has been created...
I don't know if this is the place to start a discussion about that. But I'm really concerned about the security of electron apps. As I could see in some...
It seems like enclosing the repository URL in quotes when creating the app's YML file leads to the README not being displayed on the website. Two examples: 1. https://www.electronjs.org/apps/moosync (URL...
 See https://www.electronjs.org/apps/react-explorer These images come from the README.md of the repository.
I tried to create an API which fetches app list from meta files and then get's the app's info by fetching the `.yml` file from `https://raw.githubusercontent.com/electron/apps/master/apps/${app}/${app}.yml`. But I got many...
I feel like we can have a website which has a dedicated way to add apps and details without making a pull request. This would be quick and fast and...
We could do a `HEAD` request to all image URL's to ensure the mimeType returned is actually an image. This would prevent things like #430 where the URL added didn't...