Rocket Sidebar Sites Firefox

Examine source code of Rocket Sidebar Sites

By: zs1rcm
Inspect and view changes in Rocket Sidebar Sites source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Rocket Sidebar Sites",
  "description": "Add your own websites to the Firefox sidebar",
  "version": "1.0",
  "sidebar_action": {
    "default_title": "Rocket Sites",
    "default_panel": "sidebar.html",
    "default_icon": "icons/rocket-48.png"
  },
  "icons": {
    "16": "icons/rocket-16.png",
    "32": "icons/rocket-32.png",
    "48": "icons/rocket-48.png",
    "96": "icons/rocket-96.png"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7bd534d-2a32-449a-a058-0a141b6a9920}"
    }
  }
}

Best Rocket Sidebar Sites Alternatives

Here are some Firefox add-ons that are similar to Rocket Sidebar Sites: