ohmysearch
Version:
Ohmysearch - customizable all in one search tool to boost developer productivity
19 lines (17 loc) • 452 B
text/typescript
import { OMSExtension } from "@common/types/OMSExtension";
export default [
{
id: "read-hacker-news-front-page",
title: "Read Hacker News Front Page",
type: "view",
iconPath: "./images/logo-hacker-news.png",
subTitle: 'HackerNews',
},
{
id: "read-show-hacker-news",
title: "Read Show Hacker News",
type: "view",
iconPath: "./images/logo-hacker-news.png",
subTitle: 'HackerNews',
},
] as OMSExtension[];