Hare – Beautiful tab manager for your browser

Hare – Beautiful tab manager for your browser

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hare – Beautiful tab manager for your browser",
  "version": "2.1.1",
  "description": "Search engine for browser tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for browser.",
  "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]"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}