{
  "id": "/",
  "name": "THRY RADIO",
  "short_name": "THRY RADIO",
  "description": "Stream music, discover artists, upload tracks. Built by THRY ARCHIVE LLC.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#030305",
  "theme_color": "#030305",
  "categories": ["music", "entertainment"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "THRY RADIO — Stream Music, Discover Artists"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "url": "/search"
    },
    {
      "name": "Library",
      "url": "/library"
    },
    {
      "name": "Upload",
      "url": "/upload"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*", ".mp3", ".wav", ".flac", ".aiff", ".m4a"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "audio/*": [".mp3", ".wav", ".flac", ".aiff", ".m4a", ".ogg"]
      }
    }
  ],
  "scope_extensions": [
    { "origin": "https://*.supabase.co" }
  ],
  "widgets": [
    {
      "name": "Now Playing",
      "description": "See what's playing on THRY RADIO",
      "tag": "now-playing",
      "ms_ac_template": "widget/now-playing.json",
      "screenshots": [
        { "src": "/og-image.png", "sizes": "1200x630", "label": "Now Playing widget" }
      ],
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.thryarchive.thryradio",
      "id": "com.thryarchive.thryradio"
    }
  ],
  "prefer_related_applications": false
}
