Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

magnetardev/start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start

A simple start screen for your browser. It uses DuckDuckGo as its search engine by default. It uses vanilla JS, and Bulma to make it fast, but good looking.

Adding Shortcuts

Adding shortcuts is simple. You just go into shortcuts.json and add all your favorite shortcuts there.

  • "icon" is based off of Font Awesome and uses their icons only.
  • "link" is pretty straightforward, just input the link.
  • "terms" is an array of strings that you can easily type in the search box to redirect to the shortcut.
  • "visible" is a boolean that determines wether or not the shortcut can be found below the search box.

A template can be found below.

{
  "icon": "fas fa-globe-americas",
  "link":  "https://magnetar.dev",
  "terms": ["mag", "magnetar", "magnetardev"],
  "visible": true
}

About

A simple start screen for your browser.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •