Common Search

Common Search

Common Search - Light and minimal new tab extension that allows you to search by text. For more information please visit the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Common Search",
  "version": "1.0.0.8",
  "manifest_version": 3,
  "description": "",
  "homepage_url": "https://www.common-search.com",
  "action": {
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png",
      "48": "img/48.png",
      "128": "img/128.png"
    }
  },
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "96": "img/96.png",
    "128": "img/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "static/html/override.html"
  },
  "permissions": [
    "topSites",
    "storage",
    "alarms"
  ],
  "short_name": "commonsearch"
}