Photo Editor Pro

Photo Editor Pro

free online photo editor makes your photos beautiful with easy and powerful editing tools !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "web_url": "http://photoeditorpro.courthost.com/"
    },
    "urls": [
      "http://photoeditorpro.courthost.com/"
    ]
  },
  "background": {
    "allow_js_access": false
  },
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "background",
    "notifications",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "version": "2.1"
}