Skip to content

Commit

Permalink
Update syncList.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 22, 2024
1 parent 34f0a08 commit 0df2a49
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/syncList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,36 @@ const PluginList: PluginItem[] = [
path: 'stackoverflow',
tags: ['stack-overflow', 'q-a'],
},
{
manifest: 'https://api.getchange.io/.well-known/ai-plugin.json',
path: 'getchange',
tags: ['charity'],
},
{
manifest: 'https://cryptoplugin.feednews.com/.well-known/ai-plugin.json',
path: 'token-insights',
tags: ['crypto','BTC','ETH','BNB'],
},
{
manifest: 'https://app.swap.net/.well-known/ai-plugin.json',
path: 'nftguru',
tags: ['crypto','NFT'],
},
{
manifest: 'https://llamawrapper-prod.onrender.com/.well-known/ai-plugin.json',
path: 'defillama',
tags: ['crypto','DeFi'],
},
{
manifest: 'https://search-ai.mintbase.xyz/.well-known/ai-plugin.json',
path: 'mintbasesearch',
tags: ['crypto','NFT'],
},
{
manifest: 'https://speak.com/.well-known/ai-plugin.json',
path: 'speak',
tags: ['education','language'],
},
];

export default PluginList;

0 comments on commit 0df2a49

Please sign in to comment.