Planty-Search

Planty-Search

Planty-Search extension allows you to search directly from new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Planty-Search",
  "short_name": "Planty-Search",
  "version": "1.0.6",
  "description": "Planty-Search extension allows you to search directly from new tab.",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "browser_style": false,
    "default_icon": "icons/128.png",
    "default_title": "Planty-Search"
  },
  "permissions": [
    "bookmarks"
  ]
}