Rally Attention Stream Firefox

Examine source code of Rally Attention Stream

Inspect and view changes in Rally Attention Stream source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "The Mozilla Rally Attention Stream",
  "author": "Mozilla",
  "manifest_version": 2,
  "name": "Rally Attention Stream",
  "version": "0.4.7",
  "homepage_url": "https://github.com/mozilla-rally/rally",
  "browser_specific_settings": {
    "gecko": {
      "id": "attention-stream@rally.mozilla.org",
      "strict_min_version": "87.0"
    }
  },
  "options_ui": {
    "page": "public/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "idle",
    "webNavigation",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "scripting",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "https://members.rally.mozilla.org/*"
      ],
      "js": [
        "dist/main.content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "incognito": "not_allowed"
}

Meilleures alternatives Rally Attention Stream

Voici quelques Firefox add-ons qui sont similaires à Rally Attention Stream :