Lunapic Right Click Edit

Lunapic Right Click Edit

Easy way to edit images on Lunapic.com. Right click an image and open edit session on Lunapic.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Easy way to edit images on Lunapic.com. Right click an image and open edit session on Lunapic.com.",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Lunapic Right Click Edit",
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "Lunapic Right Click"
  },
  "permissions": [
    "contextMenus"
  ],
  "version": "1.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}