Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megoth/ldo-solid-app-manifest
The ontology for Solid app manifest, as used by the Solid apps browser extensions and compatible Solid apps
https://github.com/megoth/ldo-solid-app-manifest
Last synced: 3 days ago
JSON representation
The ontology for Solid app manifest, as used by the Solid apps browser extensions and compatible Solid apps
- Host: GitHub
- URL: https://github.com/megoth/ldo-solid-app-manifest
- Owner: megoth
- License: mit
- Created: 2023-09-22T12:34:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T22:05:35.000Z (about 1 year ago)
- Last Synced: 2024-04-14T22:20:56.075Z (7 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solid app manifest ontology
The ontology for Solid app manifest, as used by the Solid apps browser extensions and compatible Solid apps.
## Examples
- [Penny](/examples/penny.ttl): A developer tool by Vincent Tunru
- [Solid Todo](/examples/todo.ttl): A todo app by Arne Hassel
- [Umai](/examples/umai.ttl): A recipe app by Noel De Martin## Expose manifest to extension
In order to letting the Solid app browser extension know that you're app is compatible with it, you must link to
a manifest resource that describes your app. To do that, add the following link tag:```html
```
For users with the browser extension installed, this will prompt a popup that allows them to install the app into the
extension (or ignore it altogether).