BMStart

BMStart

Use your BookMarks as your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.0.5",
  "description": "__MSG_description__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "bookmarks",
    "chrome://favicon/",
    "topSites",
    "management",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "background": {
    "page": "background.html"
  },
  "minimum_chrome_version": "19.0",
  "default_locale": "en",
  "manifest_version": 2,
  "web_accessible_resources": [
    "main.html"
  ]
}