Bookmarks and Favorites Search Engine

Bookmarks and Favorites Search Engine

Search and find bookmarks or your favorite links with just one click and by typing the name of the bookmark you want to find.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bookmarks and Favorites Search Engine",
  "version": "1.0",
  "author": "ReinerysDel",
  "description": "Search and find bookmarks or your favorite links with just one click and by typing the name of the bookmark you want to find.",
  "permissions": [
    "bookmarks"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}