Mystart.io

Mystart.io

BEST START PAGE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mystart.io",
  "description": "BEST START PAGE",
  "version": "1.0.0",
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "browser_action": {},
  "chrome_settings_overrides": {
    "homepage": "http://mystart.io/",
    "startup_pages": [
      "http://mystart.io/"
    ]
  }
}