Photopea - Online Photo Editor

Photopea - Online Photo Editor

If you are looking for the best advanced free photo editor, then try Photopea Online Photo Editor. it works in your Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.3",
  "name": "Photopea - Online Photo Editor",
  "description": "If you are looking for the best advanced free photo editor, then try Photopea Online Photo Editor. it works in your Chrome browser.",
  "offline_enabled": true,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png",
    "512": "icon/512.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "128": "icon/128.png",
      "512": "icon/512.png"
    }
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}