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 25, 2024
1 parent 8e24cd8 commit 49691f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/syncList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ const PluginList: PluginItem[] = [
path: 'uberchord',
tags: ['music', 'guitar', 'search'],
},
{
manifest: 'https://medium.com/.well-known/ai-plugin.json',
path: 'medium',
tags: ['article', 'search'],
},
];

export default PluginList;

0 comments on commit 49691f0

Please sign in to comment.