My Custom Home

My Custom Home

Provides a customisable home page (using mark down)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "My Custom Home",
  "description": "Provides a customisable home page (using mark down)",
  "version": "1.5",
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "page.html"
  }
}