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",
"items": [
@ -135,7 +152,7 @@
"name": "Pocket Casts",
"displayURL": "pocketcasts.com",
"url": "https://play.pocketcasts.com/podcasts",
"icon": "speaker"
"icon": "podcasts"
},
{
"name": "SoundCloud",
@ -153,7 +170,7 @@
"name": "YouTube Music",
"displayURL": "music.youtube.com",
"url": "https://music.youtube.com",
"icon": "pause"
"icon": "music_note"
}
]
}

17
data/search.json

@ -7,7 +7,7 @@
},
{
"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"
},
{
@ -15,6 +15,11 @@
"url": "https://duckduckgo.com/?q=",
"prefix": "/dd"
},
{
"name": "Dnote",
"url": "https://dnote.altescy.jp/?q=",
"prefix": "/dn"
},
{
"name": "GitHub",
"url": "https://github.com/search?q=",
@ -30,6 +35,11 @@
"url": "https://www.qwant.com/?q=",
"prefix": "/qw"
},
{
"name": "Scrapbox",
"url": "https://scrapbox.io/altescy/search/page?q=",
"prefix": "/sb"
},
{
"name": "Soundcloud",
"url": "https://soundcloud.com/search?q=",
@ -45,6 +55,11 @@
"url": "https://twitter.com/search?q=",
"prefix": "/tw"
},
{
"name": "Wikipedia",
"url": "https://ja.wikipedia.org/w/index.php?search=",
"prefix": "/wp"
},
{
"name": "YouTube",
"url": "https://youtube.com/results?search_query=",

Loading…
Cancel
Save