Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladikoff/orb
Orb
https://github.com/vladikoff/orb
Last synced: 14 days ago
JSON representation
Orb
- Host: GitHub
- URL: https://github.com/vladikoff/orb
- Owner: vladikoff
- License: mpl-2.0
- Created: 2018-01-31T00:33:58.000Z (almost 7 years ago)
- Default Branch: orb
- Last Pushed: 2018-01-31T05:01:50.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T00:26:55.889Z (3 months ago)
- Language: Kotlin
- Size: 12.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Orb ⏀
#### Permissions
##### Automatically granted
* `INTERNET`: necessary to access the internet.
* `ACCESS_NETWORK_STATE`: used by the browser to stop loading resources when network access is lost.
* `INSTALL_SHORTCUT`: used to add shortcuts with the "Add to home screen" option.##### Requested only when needed
* `WRITE_EXTERNAL_STORAGE`: needed to download files and export bookmarks.
* `READ_EXTERNAL_STORAGE`: needed to download files and import bookmarks.
* `ACCESS_FINE_LOCATION`: needed for sites like Google Maps, requires "Location access" option to be enabled (default disabled).
* `RECORD_AUDIO`: needed to support WebRTC, requires "WebRTC Support" option to be enabled (default disabled).
* `CAMERA`: needed to support WebRTC, requires "WebRTC Support" option to be enabled (default disabled).
* `MODIFY_AUDIO_SETTINGS`: needed to support WebRTC, requires "WebRTC Support" option to be enabled (default disabled).#### The Code
* Based on work done in [Lightning-Browser](https://github.com/anthonycr/Lightning-Browser).
#### License
MPL-2.0