Photopea Online – Free Photo Editor PSD XD

Photopea Online – Free Photo Editor PSD XD

Photopea Online Photo Editor lets you edit photos, apply effects, add text, crop. Do Online Photo Editing in your browser for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.1.0",
  "name": "Photopea Online – Free Photo Editor PSD XD",
  "description": "Photopea Online Photo Editor lets you edit photos, apply effects, add text, crop. Do Online Photo Editing in your browser for free!",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "offline_enabled": true,
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png",
    "512": "icons/logo-512.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/logo-16.png",
      "32": "icons/logo-32.png",
      "48": "icons/logo-48.png",
      "128": "icons/logo-128.png",
      "512": "icons/logo-512.png"
    }
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.photopea.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}