LogoLogo
HomeLibraryDonateHelpAbout
  • Repository Manager
  • Credits
  • Application Manifests
    • Introduction to manifests
    • Example manifest
    • Essential Information
      • Category
      • Peripherals
      • Flags
      • Platforms
    • Source
      • Format
      • URL
        • Location
      • GitHub Release
        • Repository
        • File
        • Additional Files
      • SourceForge Release
      • itch.io
      • MediaFire
        • Location
    • Treatments
      • Contents
      • Meta
      • Web
      • Archive
  • Pattern Matching
  • Supported Archive Formats
  • Information for app developers
    • FAQ
  • API
    • Introduction
    • Retrieving Information
    • Retrieving Contents
    • Guidelines
  • Server
    • Introduction
    • Repository Index
    • SourceDownloader
Powered by GitBook
LogoLogo

Documentation

  • API v2
  • WSC
  • CLI

Social

  • Twitter
  • Discord
  • GitHub
On this page
  • Available Types
  • Example:

Was this helpful?

  1. Application Manifests

Source

How should the server obtain this app?

PreviousPlatformsNextFormat

Last updated 1 year ago

Was this helpful?

Available Types

These are the currently supported source types.

Type
JSON Value
Contains

"url"

Obtain application from a direct link.

"github_release"

Obtain application from a GitHub release.

"sourceforge_release"

Obtain app from the SourceForge "best release".

"itchio"

Obtain app from itch.io.

"mediafire"

Obtain app from MediaFire.

Manual

"manual"

Obtains nothing, leaves the job for treatments like "web.download".

Example:

{
    ...
    "source": {
        ...
        "type": "url",
        ...
    },
    ...
}

URL
GitHub Release
SourceForge Release
itch.io
MediaFire
Woah! Big Package!