My Browser Start Page

My Browser Start Page

With this extension you can easily create start/home pages for your browser.

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 Browser Start Page",
  "description": "With this extension you can easily create start/home pages for your browser.",
  "version": "1.4",
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "chrome_settings_overrides": {
    "startup_pages": [
      "https://mybrowserstartpage.ru"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}