(simple web) Firefox

Examine source code of (simple web)

By: Ashley
Inspect and view changes in (simple web) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "The Simple Web",
  "version": "0.1.0",
  "description": "An Abstract View of the Web",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "32": "images/icon32-off.png"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}

Best (simple web) Alternatives

Here are some Firefox add-ons that are similar to (simple web):