Appstation Photo Camera Effect

Appstation Photo Camera Effect

Appstation Photo Camera Effects 360 is a webapp shortcut for editing images exactly without a back-end. You can try it now. You can crop images. You can convert images. With just few clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Appstation Photo Camera Effects ",
  "version": "1.0",
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  }
}