ImranR98 / apps.obtainium.imranr.dev

Collection of suggested apps for Obtainium.

Home Page:https://apps.obtainium.imranr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apps.obtainium.imranr.dev

Crowdsourced App Configurations for Obtainium.

URL Redirection

Obtainium's custom protocol links (obtainium://) may not be easily clickable (for example, neither GitHub's MarkDown renderer nor popular messaging apps like WhatsApp support them). To work around this, you can use the web-based redirect to get a normal http:// link that opens a webpage which redirects to Obtainium (if installed).

For example:

Link Types

As of this writing, there are two types of Obtainium links:

  1. /add: These redirect the user to the "Add App" page with the URL pre-filled in. The user can then modify any app-specific setting before adding it themselves.
  2. /app: These links contain an entire app configuration JSON and opening them in Obtainium results in the app being added directly into the user's list, with the app-specific settings included in the link.

Minimal Example

To add an app config to this repo, your app configuration JSON must contain at least the id, url, author, name, and additionalSettings keys. Note that for any app-specific setting you don't define in additionalSettings, the default value will be used.

For example:

Usage

  • To contribute content, create a pull request with valid changes to data.json.
  • To test locally, run: python -m http.server 8080
  • See ImranR98/Obtainium#1214 for background/context for this repo.

Badge Graphic

You may want to use the following graphic to link users to your App:

Get it on Obtainium

About

Collection of suggested apps for Obtainium.

https://apps.obtainium.imranr.dev

License:GNU General Public License v3.0


Languages

Language:JavaScript 50.0%Language:HTML 50.0%