Copernic Desktop Search Connector

Copernic Desktop Search Connector

Enables you to search your history & bookmarks using Copernic Desktop Search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "6.0.0.5",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "homepage_url": "http://go.copernic.com?dest=chromeaboutext",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "provider.js"
    ],
    "persistent": false
  },
  "permissions": [
    "http://localhost/*",
    "background",
    "history",
    "bookmarks",
    "alarms",
    "unlimitedStorage"
  ]
}