Better Start Page

Better Start Page

Minimalistic beautiful bookmarks in the new tab page. Add or edit all of your bookmarks in Bookmark Manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "name": "Better Start Page",
  "description": "Minimalistic beautiful bookmarks in the new tab page. Add or edit all of your bookmarks in Bookmark Manager.",
  "manifest_version": 2,
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.2"
}