HotKey

HotKey

Introducing the ultimate productivity tool for Chrome users! Our extension securely records your typing speed on Chrome to give you…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HotKey",
  "version": "0.7.0",
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "icons": {
    "128": "icon.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  }
}