Source Code Viewer Firefox

Examine source code of Source Code Viewer

Inspect and view changes in Source Code Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Source Code Viewer",
  "version": "1.2.0",
  "description": "A browser extension to view formatted source code with syntax highlighting.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "vendor/browser-polyfill.min.js",
      "utils.js",
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "__MSG_actionTitle__"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "source-viewer@kobee1203.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Source Code Viewer Alternatives

Here are some Firefox add-ons that are similar to Source Code Viewer: