Browser Documentation

Safari v0.1.3 docs

Safari Web Extension build inside a macOS app wrapper, with Safari-safe permissions and UI behavior.

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

Build Identity

Browser

Safari

Version

0.1.3

Store

Mac App Store

Manifest And API Notes

  • Built with the Safari target and synced into the Xcode Safari Web Extension wrapper.
  • Omits contentSettings and hides Toggle JavaScript.
  • Uses the shared options page and in-extension Settings links.
  • Relies on Safari-supported context menus and download behavior.

Feature Support

  • Safari Web Extension app wrapper for App Store distribution.
  • Toolbar behavior designed to open the overlay without a Safari popover bridge.
  • Settings entry points remain visible from extension surfaces.
  • Same rendered accessibility tree, accessible palette, SERP preview, schema, robots, and export UI as the shared build where Safari permits the related browser API.

Shared Screens And Abilities

The Safari 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 Safari does not expose Chromium contentSettings.javascript.
  • Download and context-menu behavior can vary based on Safari's extension API support and user permissions.

Related Pages