Photopea | Without ads Free Photo Editor

Photopea | Without ads Free Photo Editor

Photopea is a without ads Photo Editor software. You can open PSD, PDF, ANY, RAW, and edit any image file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "Photopea | Without ads Free Photo Editor",
  "description": "Photopea is a without ads Photo Editor software. You can open PSD, PDF,  ANY, RAW, and edit any image file.",
  "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/default_icon_16.png",
      "32": "icons/default_icon_32.png",
      "48": "icons/default_icon_48.png",
      "128": "icons/default_icon_128.png",
      "512": "icons/default_icon_512.png"
    }
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.photopea.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}