2 Commits

  1. 21
      data/apps.json
  2. 17
      data/search.json

21
data/apps.json

@ -128,6 +128,23 @@
} }
] ]
}, },
{
"name": "Writing",
"items": [
{
"name": "Scrapbox",
"displayURL": "scrapbox.io",
"url": "https://scrapbox.io/altescy",
"icon": "summarize"
},
{
"name": "Overleaf",
"displayURL": "overleaf.com",
"url": "https://overleaf.com/project",
"icon": "edit"
}
]
},
{ {
"name": "Entertainment", "name": "Entertainment",
"items": [ "items": [
@ -135,7 +152,7 @@
"name": "Pocket Casts", "name": "Pocket Casts",
"displayURL": "pocketcasts.com", "displayURL": "pocketcasts.com",
"url": "https://play.pocketcasts.com/podcasts", "url": "https://play.pocketcasts.com/podcasts",
"icon": "speaker"
"icon": "podcasts"
}, },
{ {
"name": "SoundCloud", "name": "SoundCloud",
@ -153,7 +170,7 @@
"name": "YouTube Music", "name": "YouTube Music",
"displayURL": "music.youtube.com", "displayURL": "music.youtube.com",
"url": "https://music.youtube.com", "url": "https://music.youtube.com",
"icon": "pause"
"icon": "music_note"
} }
] ]
} }

17
data/search.json

@ -7,7 +7,7 @@
}, },
{ {
"name": "arXiv", "name": "arXiv",
"url": "https://arxiv.org/search/?query=",
"url": "https://arxiv.org/search/?searchtype=all&abstracts=show&order=-announced_date_first&size=50&query=",
"prefix": "/ax" "prefix": "/ax"
}, },
{ {
@ -15,6 +15,11 @@
"url": "https://duckduckgo.com/?q=", "url": "https://duckduckgo.com/?q=",
"prefix": "/dd" "prefix": "/dd"
}, },
{
"name": "Dnote",
"url": "https://dnote.altescy.jp/?q=",
"prefix": "/dn"
},
{ {
"name": "GitHub", "name": "GitHub",
"url": "https://github.com/search?q=", "url": "https://github.com/search?q=",
@ -30,6 +35,11 @@
"url": "https://www.qwant.com/?q=", "url": "https://www.qwant.com/?q=",
"prefix": "/qw" "prefix": "/qw"
}, },
{
"name": "Scrapbox",
"url": "https://scrapbox.io/altescy/search/page?q=",
"prefix": "/sb"
},
{ {
"name": "Soundcloud", "name": "Soundcloud",
"url": "https://soundcloud.com/search?q=", "url": "https://soundcloud.com/search?q=",
@ -45,6 +55,11 @@
"url": "https://twitter.com/search?q=", "url": "https://twitter.com/search?q=",
"prefix": "/tw" "prefix": "/tw"
}, },
{
"name": "Wikipedia",
"url": "https://ja.wikipedia.org/w/index.php?search=",
"prefix": "/wp"
},
{ {
"name": "YouTube", "name": "YouTube",
"url": "https://youtube.com/results?search_query=", "url": "https://youtube.com/results?search_query=",

Loading…
Cancel
Save