Hoverflow

Hoverflow

Preview links in nested tooltips without leaving your tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0.5",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "permissions": [
    "storage",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "src/serviceWorker.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "__MSG_actionTitle__",
    "default_icon": {
      "16": "/icons/grey/16.png",
      "32": "/icons/grey/32.png",
      "48": "/icons/grey/48.png",
      "128": "/icons/grey/128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{37297df9-5e70-435a-ae95-ff1b04e14291}"
    }
  }
}