MyStart Homepage & Search for Chrome

MyStart Homepage & Search for Chrome

Set MyStart as your default homepage and Yahoo! as your default search engine. Enjoy beautiful images and captivating articles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyStart Homepage & Search for Chrome",
  "description": "Set MyStart as your default homepage and Yahoo! as your default search engine. Enjoy beautiful images and captivating articles.",
  "version": "3.4.24",
  "short_name": "MyStartHomepage",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icons/16.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "action": {
    "default_icon": {
      "64": "images/icons/64.png",
      "128": "images/icons/128.png"
    },
    "default_title": "MyStart Homepage"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "MyStart.com",
      "keyword": "MyStart.com",
      "favicon_url": "https://www.mystart.com/new-tab/newtab/newtab/img/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true,
      "search_url": "https://www.mystart.com/browser-extensions/ms/generic/results.php?q={searchTerms}&ext=mshp"
    },
    "startup_pages": [
      "https://www.mystart.com"
    ],
    "homepage": "https://www.mystart.com"
  },
  "manifest_version": 3
}