Lazy Post Detector Firefox

Examine source code of Lazy Post Detector

Inspect and view changes in Lazy Post Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lazy Post Detector",
  "version": "1.0",
  "description": "Highlights posts that contain em dashes or en dashes—encouraging a little extra effort.",
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/style.css"
      ]
    }
  ],
  "action": {
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/icon.png",
      "32": "icons/icon.png",
      "48": "icons/icon.png",
      "128": "icons/icon.png"
    }
  },
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lazy-post-detector@example.com"
    }
  }
}

Best Lazy Post Detector Alternatives

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