Structure Checker - Structured Firefox

Examine source code of Structure Checker - Structured

Inspect and view changes in Structure Checker - Structured source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "StructureChecker - Structured Data",
  "version": "1.0",
  "description": "Validate and test structured data on web pages",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "StructureChecker",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "structurechecker@gmail.com"
    }
  }
}

Best Structure Checker - Structured Alternatives

Here are some Firefox add-ons that are similar to Structure Checker - Structured: