Open image in current tab

Open image in current tab

Adds a context menu option to open an image in the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Open image in current tab",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "Adds a context menu option to open an image in the current tab.",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}