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 23, 2024
1 parent 3c53c45 commit f19c14a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/syncList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,46 @@ const PluginList: PluginItem[] = [
path: 'questmate',
tags: ['forms', 'checklists', 'productivity'],
},
{
manifest: 'https://scholarly.maila.ai/.well-known/ai-plugin.json',
path: 'scholarly',
tags: ['scientific-literature', 'search'],
},
{
manifest: 'https://api.litmaps.com/.well-known/ai-plugin.json',
path: 'litmaps',
tags: ['scientific-literature', 'search'],
},
{
manifest: 'https://txyz.ai/.well-known/ai-plugin.json',
path: 'txyz',
tags: ['research-paper', 'search'],
},
{
manifest: 'https://www.guruwalk.com/.well-known/ai-plugin.json',
path: 'guru-walk',
tags: ['travel', 'guides'],
},
{
manifest: 'https://www.travelmyth.com/.well-known/ai-plugin.json',
path: 'travelmyth',
tags: ['travel', 'hotel', 'search'],
},
{
manifest: 'https://earthquake.beta3.dev/.well-known/ai-plugin.json',
path: 'earthquake',
tags: ['earthquake', 'utilities'],
},
{
manifest: 'https://gpt.domatron.com/.well-known/ai-plugin.json',
path: 'domatron',
tags: ['domain', 'search'],
},
{
manifest: 'https://nba-gpt-prod.onrender.com/.well-known/ai-plugin.json',
path: 'nba-stats',
tags: ['sports', 'basketball', 'nba'],
},
];

export default PluginList;

0 comments on commit f19c14a

Please sign in to comment.