Skip to content

Commit

Permalink
add pingpad.json (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta authored Jul 4, 2024
1 parent cc48365 commit 5ffdfae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions manifests/pingpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"appId": "ping",
"name": "Pingpad",
"description": "minimalistic decentralized social",
"platform": "web",
"icon": {
"url": "https://pingpad.io/logo.png",
"background": "#292929"
},
"routes": {
"home": "https://pingpad.io/home",
"profile": {
"url": "https://pingpad.io/u/:handle"
},
"publication": {
"url": "https://pingpad.io/p/:id",
"supports": ["ARTICLE", "AUDIO", "EMBED", "IMAGE", "LINK", "TEXT_ONLY", "VIDEO"]
}
}
}

0 comments on commit 5ffdfae

Please sign in to comment.