Search Bar Shortcuts

Search Bar Shortcuts

Open web pages by entering keywords instead of full URLs. It is faster and more reliable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Search Bar Shortcuts",
  "description": "Open web pages by entering keywords instead of full URLs. It is faster and more reliable.",
  "version": "1.0.3",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "Search Bar Shortcuts"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "img/logos/logo-color-16.png",
    "48": "img/logos/logo-color-48.png",
    "128": "img/logos/logo-color-128.png",
    "256": "img/logos/logo-color-256.png",
    "512": "img/logos/logo-color-512.png",
    "1024": "img/logos/logo-color-1024.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://www.google.com/search",
    "*://www.bing.com/search",
    "*://www.ecosia.org/search",
    "*://go.mail.ru/search",
    "*://duckduckgo.com/*",
    "*://search.yahoo.com/search*",
    "*://yandex.com/search",
    "*://yandex.ru/search",
    "*://yandex.ua/search",
    "*://yandex.by/search",
    "*://yandex.kz/search",
    "*://yandex.uz/search",
    "*://yandex.com.tr/search",
    "*://yandex.fr/search"
  ]
}