Hare – Beautiful tab manager for chrome

Hare – Beautiful tab manager for chrome

Search engine for chrome tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for chrome tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hare – Beautiful tab manager for chrome",
  "version": "2.1.1",
  "description": "Search engine for chrome tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for chrome tabs.",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "web_accessible_resources": [
    "images/*.svg",
    "images/apps/*.svg",
    "hare.html"
  ],
  "content_security_policy": "script-src 'self' object-src 'self'",
  "commands": {
    "toggle-visibility": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "Command+Shift+Space"
      },
      "description": "Toggle hare"
    },
    "jump-back-to-previous-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Jump back to previous tab"
    }
  },
  "icons": {
    "16": "images/logo/hare-new.png",
    "48": "images/logo/[email protected]",
    "128": "images/logo/[email protected]"
  },
  "browser_action": {
    "default_title": "Hare",
    "default_icon": {
      "16": "images/logo/hare-new.png",
      "32": "images/logo/[email protected]",
      "48": "images/logo/[email protected]",
      "128": "images/logo/[email protected]"
    }
  }
}