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

Was this helpful?

  1. Application Manifests
  2. Essential Information

Flags

"flags": ["writes_to_nand"]

Flags is an optional dictionary that should contain within it potentially important information about an application, e.g. if it writes to nand.

Currently, these are the supported flags:

Flag
Description

"writes_to_nand"

For applications that potentially write to NAND.

For homebrew browser specifically, adds a "[CAUTION! Writes to NAND!]" prefix to long descriptions.

"deprecated"

Signals this application is not recommended to use unless necessary, and an alternative should be used instead.

"This homebrew application is deprecated and should only be used when a better alternative is not available."

PreviousPeripheralsNextPlatforms

Last updated 10 months ago

Was this helpful?