LrPC: Lightroom Preset Creator

LrPC: Lightroom Preset Creator

Easy to create and download unique lightroom presets, profiles and LUTs with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LrPC: Lightroom Preset Creator",
  "short_name": "LrPc",
  "description": "Easy to create and download unique lightroom presets, profiles and LUTs with one click.",
  "version": "2.1",
  "manifest_version": 2,
  "permissions": [
    "https://presetscreator.epizy.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://presetscreator.epizy.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "Lightroom Presets Creator",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png",
    "256": "icon.png",
    "512": "icon.png",
    "1024": "icon.png"
  }
}