Top Search

Top Search

Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Top Search",
  "description": "",
  "homepage_url": "https://www.tops-searchs.com",
  "version": "1.0.0.69",
  "manifest_version": 3,
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_app_name__"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "history",
    "storage",
    "alarms"
  ],
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  }
}