SEO Snapshot Panel Firefox

Examine source code of SEO Snapshot Panel

Inspect and view changes in SEO Snapshot Panel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SEO Snapshot Panel",
  "short_name": "SEO Snapshot",
  "version": "1.0.0",
  "description": "Opens a side panel showing the current page's SEO metadata summary including title, meta tags, headings, and structured data",
  "permissions": [
    "sidePanel",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_title": "SEO Snapshot Panel",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "side_panel": {
    "default_path": "panel/panel.html"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "page_seo_sidebar@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best SEO Snapshot Panel Alternatives

Here are some Firefox add-ons that are similar to SEO Snapshot Panel: