Skip to content

Commit

Permalink
feat: add Lensta manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaxyz committed Jul 24, 2023
1 parent dce0a94 commit a6196da
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions manifests/lensta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"appId": "lensta",
"name": "Lensta",
"description": "Explore & engage with visual content on Lens",
"platform": "web",
"icon": {
"url": "https://ipfs.filebase.io/ipfs/QmeT6Ekrb7xxUUZ6steARbujszzz7rN1LUKNfhXdZvp3Ma",
"_url": "https://app.lensta.xyz/favicon.png",
"background": "#000"
},
"routes": {
"home": "https://app.lensta.xyz/",
"profile": {
"url": "https://app.lensta.xyz/profile/:handle"
},
"publication": {
"url": "https://app.lensta.xyz/post/:id",
"supports": ["ARTICLE", "IMAGE", "LINK", "TEXT_ONLY"]
}
},
"twitter": "lenstaxyz"
}

0 comments on commit a6196da

Please sign in to comment.