Pixlr | Free Photo editor online

Pixlr | Free Photo editor online

Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.2.2",
  "name": "Pixlr | Free Photo editor online",
  "description": "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "offline_enabled": true,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "action": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "512": "icons/512.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.photoeditoronline.net/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}