fixPhoto - photo editor

fixPhoto - photo editor

Quick photo editing tools in popup window. cropping, resize, compress, filter image.paywall-free exports

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "offline_enabled": true,
  "minimum_chrome_version": "104",
  "name": "fixPhoto - photo editor",
  "description": "Quick photo editing tools in popup window. cropping, resize, compress, filter image.paywall-free exports",
  "version": "0.0.51",
  "author": "fixPhoto",
  "homepage_url": "https://fixphoto.tools/",
  "icons": {
    "16": "icon.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup/index.html"
  },
  "options_page": "popup/index.html",
  "background": {
    "service_worker": "background/background.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl + Shift + E"
      },
      "description": "open photo editor"
    }
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "optional_permissions": [
    "scripting"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ]
}