Image Composition Overlay Firefox

Examine source code of Image Composition Overlay

Inspect and view changes in Image Composition Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Composition Overlay",
  "version": "2.0",
  "description": "Adds photographic composition overlays to images in the context menu",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "fibonacci-spiral-overlay.png"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3cd064c8-8aad-40c0-a321-5ccd1fd93612}"
    }
  }
}

Best Image Composition Overlay Alternatives

Here are some Firefox add-ons that are similar to Image Composition Overlay: