Lazy Mirror Firefox

Examine source code of Lazy Mirror

By: Long
Inspect and view changes in Lazy Mirror source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lazy Mirror",
  "version": "1.0",
  "description": "Press a hotkey to randomly mirror images on the page horizontally or vertically.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Lazy Mirror",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5851e2b9-8059-4956-b59c-69dce7faf497}"
    }
  }
}

Best Lazy Mirror Alternatives

Here are some Firefox add-ons that are similar to Lazy Mirror: