View Page Source (Mobile) Firefox

Examine source code of View Page Source (Mobile)

Inspect and view changes in View Page Source (Mobile) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "David Pacassi Torrico",
  "manifest_version": 2,
  "name": "View Page Source (Mobile)",
  "version": "1.0.2resigned1",
  "description": "Adds the ability to open the page source in a new tab via button (Desktop) or menu (Firefox for Android).",
  "homepage_url": "https://github.com/dpacassi/view-page-source-mobile",
  "icons": {
    "40": "icons/40/app.png",
    "48": "icons/48/app.png",
    "128": "icons/128/app.png"
  },
  "browser_action": {
    "default_icon": {
      "40": "icons/40/app.png",
      "48": "icons/48/app.png",
      "128": "icons/128/app.png"
    },
    "default_title": "View Page Source"
  },
  "background": {
    "scripts": [
      "app.js"
    ],
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a374d3e7-477c-4da1-bd4b-a0bac174666e}"
    }
  }
}

Best View Page Source (Mobile) Alternatives

Here are some Firefox add-ons that are similar to View Page Source (Mobile):