Page Source HTML Viewer (works on Android) Firefox

Examine source code of Page Source HTML Viewer (works on Android)

Inspect and view changes in Page Source HTML Viewer (works on Android) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Page Source HTML Viewer",
  "version": "1.17",
  "description": "Professional source viewer with line numbers, syntax highlighting, and SEO & tech analysis.",
  "icons": {
    "48": "icon-48.png",
    "96": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "source-viewer-mobile@2026.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "contextMenus",
    "menus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "View Source",
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon.png"
    }
  }
}

Best Page Source HTML Viewer (works on Android) Alternatives

Here are some Firefox add-ons that are similar to Page Source HTML Viewer (works on Android):