diff --git a/index.html b/index.html
index 6e82b2b..4f1386f 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,6 @@
};
const COMMANDS = new Map([
- ['a', { name: 'Chat', url: 'https://chat.openai.com' }],
['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/popular' }],
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
['d', { name: 'Drive', url: 'https://drive.google.com' }],
@@ -53,6 +52,7 @@
['k', { name: 'Keep', url: 'https://keep.google.com' }],
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
['n', { name: 'Notion', url: 'https://www.notion.so' }],
+ ['o', { name: 'OpenAI', url: 'https://platform.openai.com' }],
[
'r',
{
@@ -89,7 +89,7 @@
{
name: 'localhost',
searchTemplate: ':{}',
- suggestions: ['0 54323', '0 8000', '0 32400', '0 8080'],
+ suggestions: ['0 54323', '0 54324'],
url: 'http://localhost:3000',
},
],