Brook Feed Reader Firefox

Examine source code of Brook Feed Reader

Inspect and view changes in Brook Feed Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Brook Feed Reader",
  "version": "0.6.0",
  "author": "Adam Sanderson <netghost@gmail.com>",
  "sidebar_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/Brook.svg",
      "96": "icons/Brook.svg"
    },
    "default_title": "Brook",
    "default_panel": "src/Sidebar/index.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/Brook.svg",
      "96": "icons/Brook.svg"
    },
    "default_title": "Brook"
  },
  "background": {
    "page": "src/background/index.html"
  },
  "options_ui": {
    "page": "src/Options/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e22ef003-e424-45f0-9da1-b0b93617ce49}"
    }
  }
}

Meilleures alternatives Brook Feed Reader

Voici quelques Firefox add-ons qui sont similaires à Brook Feed Reader :