Watermark Remover from Photo | Inpaint

Watermark Remover from Photo | Inpaint

Use the brush tool to erase any unwanted content, such as people, objects, watermarks or text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "manifest_version": 3,
  "version": "1.6",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "contextMenus",
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16px.png",
      "48": "/images/48px.png",
      "128": "/images/128px.png"
    }
  },
  "icons": {
    "16": "/images/16px.png",
    "48": "/images/48px.png",
    "128": "/images/128px.png"
  }
}