Powerlet

Powerlet

Quickly find and run your bookmarklets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Powerlet",
  "version": "1.5.1",
  "description": "Quickly find and run your bookmarklets.",
  "permissions": [
    "activeTab",
    "bookmarks"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "default_icon.png",
      "38": "[email protected]"
    }
  },
  "icons": {
    "36": "extension_icon_36.png",
    "128": "extension_icon_128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  }
}