This commit is contained in:
tree 2023-06-28 09:29:28 +02:00
rodič ebb6ebce1b
revize 5319340526
4 změnil soubory, kde provedl 21 přidání a 10 odebrání

Zobrazit soubor

@ -1,16 +1,16 @@
name: Bluesky
platforms:
- web
- ios
- android
apps:
- platform: web
language: js
url: https://bsky.app/
- platform: web
language: js
url: https://app.bsky-sandbox.dev/
- platform: ios
url: https://apps.apple.com/us/app/bluesky-social/id6444370199
language: js
- platform: android
url: https://play.google.com/store/apps/details?id=xyz.blueskyweb.app&hl=en&gl=US
language: js
links:
web: https://blueskyweb.xyz/

Zobrazit soubor

@ -1,8 +1,7 @@
name: Klearsky
platforms:
- web
apps:
- platform: web
url: https://klearsky.pages.dev/
language: js
links:
git: https://github.com/mimonelu/klearsky

Zobrazit soubor

@ -0,0 +1,7 @@
name: Tokimeki
apps:
- platform: web
language: js
url: https://tokimekibluesky.vercel.app/
links:
git: https://github.com/spuithori/tokimekibluesky

Zobrazit soubor

@ -9,16 +9,19 @@ definitions:
- ios
- linux
- macos
language:
type: string
enum:
- js
- java
- go
- rust
properties:
id:
type: string
pattern: '^[a-z0-9-]+$'
name:
type: string
platforms:
type: array
items:
$ref: '#/definitions/platform'
apps:
type: array
items:
@ -27,6 +30,8 @@ properties:
properties:
platform:
$ref: '#/definitions/platform'
language:
$ref: '#/definitions/language'
url:
type: string
format: url