ImprovedTube / personal-new-tab-page

A personalizable new tab page for Tottenham Hotspur fans. Keep track of the league table, recent, and upcoming fixtures. Create custom links to your most commonly visited sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal New Tab Page

Options Format

There are two columns available to contain custom links. Use the following JSON format to specify the links:

[
  {
    "links": [
      {
        "href": "https://facebook.com/",
        "icon": "fb",
        "text": "Facebook"
      },
      {
        "href": "https://www.reddit.com/",
        "icon": "reddit",
        "subLinks": [
          {
            "href": "https://www.reddit.com/r/coys/",
            "text": "COYS"
          },
          {
            "href": "https://www.reddit.com/r/PremierLeague",
            "text": "PL"
          },
          {
            "href": "https://www.reddit.com/r/soccer/",
            "text": "soccer"
          }
        ],
        "text": "Reddit"
      }
    ],
    "title": "Left"
  },
  {
    "links": [
      {
        "href": "https://www.tottenhamhotspur.com/",
        "icon": "spurs",
        "text": "Spurs"
      },
      {
        "href": "http://www.spurscommunity.co.uk/index.php?forums/transfer-rumours.46/",
        "icon": "sc",
        "text": "Spurs Community"
      }
    ],
    "title": "Right"
  }
]

About

A personalizable new tab page for Tottenham Hotspur fans. Keep track of the league table, recent, and upcoming fixtures. Create custom links to your most commonly visited sites.

License:Apache License 2.0


Languages

Language:TypeScript 65.3%Language:CSS 23.1%Language:JavaScript 10.1%Language:Shell 1.3%Language:HTML 0.3%