Mysearch.world

Mysearch.world

Focused search experience without distraction!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mysearch.world",
  "version": "1.0.12",
  "manifest_version": 3,
  "description": "Focused search experience without distraction!",
  "action": {
    "default_title": "Color",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://newtab.mysearch.world/",
  "chrome_url_overrides": {
    "newtab": "my-new-tab.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "is_default": true,
      "encoding": "UTF-8",
      "name": "MySearch.World",
      "search_url": "https://newtab.mysearch.world/?q={searchTerms}&stream=mysearchext",
      "keyword": "disc",
      "favicon_url": "https://newtab.mysearch.world/assets/icon48.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/128x128Icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.6.1.min.js",
        "js/mark.es6.js",
        "js/highLighter.js",
        "js/wordsSelection-popup.js"
      ]
    }
  ]
}