Photopea

Photopea

Online image editor supporting PSD, Sketch and XCF files (Photoshop, Sketch App and Gimp).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Photopea",
  "version": "3.1.1",
  "description": "Online image editor supporting PSD, Sketch and XCF files (Photoshop, Sketch App and Gimp).",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "463342976776",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "image/psd",
          "image/psb",
          "image/xcf",
          "image/png",
          "image/jpeg",
          "image/webp",
          "image/bmp",
          "application/vnd.google.drive.ext-type.psd",
          "application/vnd.google.drive.ext-type.psb",
          "application/vnd.google.drive.ext-type.xcf",
          "application/vnd.google.drive.ext-type.sketch",
          "application/vnd.google.drive.ext-type.png",
          "application/vnd.google.drive.ext-type.jpg",
          "application/vnd.google.drive.ext-type.webp",
          "application/vnd.google.drive.ext-type.bmp",
          "application/vnd.google.drive.ext-type.gif",
          "application/vnd.google.drive.ext-type.svg",
          "application/vnd.google.drive.ext-type.dng"
        ],
        "href": "https://www.photopea.com",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "128": "thumb128.png",
    "512": "pp_icon.png"
  },
  "app": {
    "launch": {
      "web_url": "https://www.photopea.com"
    }
  }
}