Photo Editor in Google Chrome™

Photo Editor in Google Chrome™

Edit Photos and Images files in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_AppDesc__",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png",
    "256": "img/icon-512.png"
  },
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "permissions": [
    "https://*.editimagesnow.com/*"
  ],
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png",
      "512": "img/icon-512.png"
    }
  },
  "homepage_url": "https://www.editimagesnow.com"
}