Simple StructuredData Viewer Firefox

Examine source code of Simple StructuredData Viewer

Inspect and view changes in Simple StructuredData Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple StructuredData Viewer",
  "version": "1.0.0",
  "description": "A clean, simple viewer for JSON-LD structured data on any webpage.",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Simple StructuredData Viewer"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-structureddata-viewer@labor77.de",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Simple StructuredData Viewer Alternatives

Here are some Firefox add-ons that are similar to Simple StructuredData Viewer: