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[];
