Bookmarklet URL

Bookmarklet URL

Hint execution of your bookmarklets

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bookmarklet URL",
  "short_name": "BMlet URL",
  "description": "Hint execution of your bookmarklets",
  "version": "1.0.8",
  "permissions": [
    "activeTab",
    "bookmarks",
    "tabs",
    "storage",
    "scripting"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "128": "bookmark.png"
  },
  "manifest_version": 3,
  "content_security_policy": {},
  "host_permissions": [
    "<all_urls>"
  ]
}