Pixellab For Pc, Windows and Mac (Fast Photo Edit)

Pixellab For Pc, Windows and Mac (Fast Photo Edit)

Edit images directly in your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pixellab For Pc, Windows and Mac (Fast Photo Edit)",
  "version": "1.4",
  "description": "Edit images directly in your browser!",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/photo-edit.png",
      "48": "images/photo-edit.png",
      "128": "images/photo-edit.png"
    }
  },
  "icons": {
    "16": "images/photo-edit.png",
    "48": "images/photo-edit.png",
    "128": "images/photo-edit.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}