Photopea - Online Photo Editor

Photopea - Online Photo Editor

Are you looking web-based Online Photoshop in your browser for free? Then try Photopea. Visit Offered by website link.

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 - Online Photo Editor",
  "description": "Are you looking web-based Online Photoshop in your browser for free? Then try Photopea. Visit Offered by website link.",
  "version": "1.0.1",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "Photopea - Online Photo Editor",
    "default_icon": "icons/default.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ]
}