30 lines
667 B
YAML
30 lines
667 B
YAML
# Unique app id
|
|
id: "io.nostrlabs.freeflow"
|
|
|
|
# Display name of the app
|
|
name: "Freeflow"
|
|
|
|
# Human-readable long description
|
|
description: "Live in the moment"
|
|
|
|
# Application icon
|
|
icon: "https://nostr.download/b7f6bd1e3951185e49a04f733de61d1658b710645a40a875d5d18fdbcadf85cd.webp"
|
|
|
|
# Banner / Preview of the app
|
|
images:
|
|
- "https://nostr.download/b6120e8aff11395bca8e51d720e9f4af636ed240dfe04d3b32f5f89cb5966eab.webp"
|
|
|
|
# Public code repo or project website
|
|
repository: "https://github.com/nostrlabs-io/freeflow"
|
|
|
|
# Public project website
|
|
url: "https://freeflow.app"
|
|
|
|
# SPDX code license
|
|
license: "MIT"
|
|
|
|
# Descriptive app tags
|
|
tags:
|
|
- "tiktok"
|
|
- "shorts"
|
|
- "video" |