SnapLedger Firefox

Examine source code of SnapLedger

By: anna
Inspect and view changes in SnapLedger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SnapLedger",
  "version": "1.0.0",
  "description": "Audit CSS scroll-snap usage quality and highlight snap layout mismatches.",
  "icons": {
    "48": "crest/icon-48.png",
    "96": "crest/icon-96.png",
    "128": "crest/icon-128.png"
  },
  "action": {
    "default_title": "SnapLedger",
    "default_popup": "cockpit/view.html",
    "default_icon": {
      "48": "crest/icon-48.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "page/probe.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ed6f4292-f9e9-49e3-a80e-cdcb909ea590}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SnapLedger Alternatives

Here are some Firefox add-ons that are similar to SnapLedger: