Replace IMDb with Discord
This commit is contained in:
parent
d2ceb7c51e
commit
6a6a24d262
57
js/config.js
57
js/config.js
@ -32,15 +32,6 @@ const CONFIG = {
|
||||
icon: 'drive',
|
||||
quickLaunch: false,
|
||||
},
|
||||
{
|
||||
category: 'General',
|
||||
name: 'Notion',
|
||||
key: 'ns',
|
||||
url: 'https://www.notion.so',
|
||||
color: 'linear-gradient(135deg, #FFF, #3F3F3F)',
|
||||
icon: 'notion',
|
||||
quickLaunch: true,
|
||||
},
|
||||
{
|
||||
category: 'General',
|
||||
name: 'Telegram',
|
||||
@ -59,6 +50,15 @@ const CONFIG = {
|
||||
icon: 'whatsapp',
|
||||
quickLaunch: false,
|
||||
},
|
||||
{
|
||||
category: 'General',
|
||||
name: 'Discord',
|
||||
key: 'dc',
|
||||
url: 'https://discord.com/app',
|
||||
color: '#7289da',
|
||||
icon: 'discord',
|
||||
quickLaunch: false,
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
@ -122,6 +122,16 @@ const CONFIG = {
|
||||
icon: 'youtube',
|
||||
quickLaunch: false,
|
||||
},
|
||||
{
|
||||
category: 'Fun',
|
||||
name: 'Reddit',
|
||||
key: 'r',
|
||||
url: 'https://reddit.com',
|
||||
search: '/search?q={}',
|
||||
color: 'linear-gradient(135deg, #FF8456, #FF4500)',
|
||||
icon: 'reddit',
|
||||
quickLaunch: false,
|
||||
},
|
||||
{
|
||||
category: 'Fun',
|
||||
name: 'Netflix',
|
||||
@ -151,28 +161,8 @@ const CONFIG = {
|
||||
icon: 'twitch',
|
||||
quickLaunch: false,
|
||||
},
|
||||
{
|
||||
category: 'Fun',
|
||||
name: 'IMDb',
|
||||
key: 'im',
|
||||
url: 'https://imdb.com',
|
||||
search: '/find?ref_=nv_sr_fn&q={}',
|
||||
color: 'linear-gradient(135deg, #7A5F00, #E8B708)',
|
||||
icon: 'imdb',
|
||||
quickLaunch: false,
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
category: 'Other',
|
||||
name: 'Reddit',
|
||||
key: 'r',
|
||||
url: 'https://reddit.com',
|
||||
search: '/search?q={}',
|
||||
color: 'linear-gradient(135deg, #FF8456, #FF4500)',
|
||||
icon: 'reddit',
|
||||
quickLaunch: false,
|
||||
},
|
||||
{
|
||||
category: 'Other',
|
||||
name: 'Twitter',
|
||||
@ -202,6 +192,15 @@ const CONFIG = {
|
||||
icon: 'linkedin',
|
||||
quickLaunch: true,
|
||||
},
|
||||
{
|
||||
category: 'Other',
|
||||
name: 'Notion',
|
||||
key: 'ns',
|
||||
url: 'https://www.notion.so',
|
||||
color: 'linear-gradient(135deg, #FFF, #3F3F3F)',
|
||||
icon: 'notion',
|
||||
quickLaunch: true,
|
||||
},
|
||||
{
|
||||
category: 'Other',
|
||||
name: 'Translate',
|
||||
|
Loading…
x
Reference in New Issue
Block a user