Omnimarkr

Omnimarkr

Fuzzy search your bookmarks through the Omnibox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Omnimarkr",
  "description": "Fuzzy search your bookmarks through the Omnibox",
  "version": "1.0.2",
  "omnibox": {
    "keyword": "bookmarks"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "*://*/*",
    "*://*/*",
    "bookmarks",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "scripts": [
      "fuse.js",
      "eventscript.js"
    ],
    "persistent": false
  }
}