Image Light

Image Light

Simple & intuitive photo editing at your finger tips

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Image Light",
  "description": "Simple & intuitive photo editing at your finger tips",
  "version": "1.0.4",
  "version_name": "1.0.4",
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "96": "images/48x48.png",
      "128": "images/128x128.png"
    },
    "default_title": "Image Light",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/16x16.png",
    "96": "images/48x48.png",
    "128": "images/128x128.png"
  }
}