Inoreader Companion Firefox

Examine source code of Inoreader Companion

Inspect and view changes in Inoreader Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inoreader Companion",
  "version": "1.0.0",
  "description": "Detect feeds on pages, let you copy or save them locally, open Inoreader and export/import OPML for easy subscribing.",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Inoreader Companion",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/find_feeds.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "content_styles/companion.css"
  ],
  "applications": {
    "gecko": {
      "id": "inoreadercompanion@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Inoreader Companion Alternatives

Here are some Firefox add-ons that are similar to Inoreader Companion: