Outline Panel Firefox

Examine source code of Outline Panel

Inspect and view changes in Outline Panel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Outline Panel",
  "version": "1.0",
  "icons": {
    "32": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "outline-panel@jacobwinters.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "sidebar_action": {
    "default_title": "Outline",
    "default_panel": "sidebar.xhtml",
    "default_icon": "icon.svg"
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "webNavigation"
  ]
}

Best Outline Panel Alternatives

Here are some Firefox add-ons that are similar to Outline Panel: