Schema Preview Firefox

Examine source code of Schema Preview

By: Damian Add-on
Inspect and view changes in Schema Preview source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Schema Preview",
  "version": "1.0.0",
  "description": "Detect, validate & score schema.org structured data (JSON-LD, Microdata, RDFa). Find SEO gaps & rich-result eligibility.",
  "browser_specific_settings": {
    "gecko": {
      "id": "schema-preview@ddcode.dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Schema Preview"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/detector.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/content/widget.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Schema Preview Alternatives

Here are some Firefox add-ons that are similar to Schema Preview: