Browser Documentation

Firefox v0.1.3 docs

Firefox build for Firefox Add-ons, with local downloads and Chrome-only APIs removed.

These notes cover what is specific to the Firefox build. The full shared feature guide remains available in the general v0.1.3 docs.

Build Identity

Browser

Firefox

Version

0.1.3

Store

Firefox Add-ons

Manifest And API Notes

  • Manifest V3 build using Firefox background scripts instead of background.service_worker.
  • Omits the Chrome-only contentSettings permission.
  • Declares browser_specific_settings.gecko.strict_min_version 142.0.
  • Declares AMO data collection permissions as none.

Feature Support

  • Firefox-compatible background behavior for Add-ons review.
  • Local Blob download path for text exports and image ZIP downloads.
  • Context-menu support where Firefox exposes the relevant context.
  • Same rendered accessibility tree, accessible palette, SERP preview, schema, robots, and export UI as the shared build.

Shared Screens And Abilities

The Firefox build includes the shared Shumway SEO Toolkit v0.1.3 audit model unless a browser-specific limit is listed below.

  • Local active-tab SEO auditing with no account, analytics, tracking pixels, remote logging, or background crawling.
  • Full in-page SEO workspace for Overview, Headings, Links, Images, Schema, Robots, Social, Style, SERP, Webmaster Tools, Tools, Exports, About, and Support.
  • Rendered page inspection for titles, descriptions, canonicals, headings, links, images, structured data, social metadata, styles, accessibility signals, and source-vs-rendered differences.
  • Robots.txt review with crawler comparisons for search crawlers, AI search bots, AI training crawlers, and user-retrieval bots.
  • Editable desktop and mobile SERP previews with rich-result-style modules and PNG/WebP preview downloads where downloads are supported.
  • Rendered accessibility tree review with landmarks, headings, controls, images, issue chips, copy output, and JSON export.
  • Colorblind-friendlier accessible color palette for users who do not want severity communicated by red and green alone.
  • CSV, TSV, JSON, Markdown, spreadsheet, image, schema, SERP image, and accessibility-tree exports where supported by the browser.

Known Browser Limits

  • Toggle JavaScript is not available because Firefox does not expose Chromium contentSettings.javascript.
  • Some context-menu placements depend on Firefox's supported extension contexts.

Related Pages