MD Startpage

MD Startpage

A modern way to start your web browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MD Startpage",
  "description": "A modern way to start your web browsing",
  "author": "Adam Houston http://adamh.xyz",
  "version": "0.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "32": "img/icons/32.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "manifest_version": 2
}