The Old Reader Bookmark Firefox

Examine source code of The Old Reader Bookmark

By: Laedit
Inspect and view changes in The Old Reader Bookmark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "The Old Reader Bookmark",
  "version": "0.5resigned1",
  "description": "__MSG_addonDescription__",
  "homepage_url": "https://github.com/laedit/the-old-reader-bookmark/",
  "default_locale": "en",
  "icons": {
    "16": "icons/oldreadericon-16.png",
    "32": "icons/oldreadericon-32.png",
    "48": "icons/oldreadericon-48.png",
    "64": "icons/oldreadericon-64.png"
  },
  "applications": {
    "gecko": {
      "id": "jid1-sVBiH5VBQOq2TA@jetpack",
      "strict_min_version": "53.0a2"
    }
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/oldreadericon-16.png",
      "32": "icons/oldreadericon-32.png",
      "48": "icons/oldreadericon-48.png",
      "64": "icons/oldreadericon-64.png"
    },
    "default_title": "The Old Reader - Bookmark"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.theoldreader.com/*"
      ],
      "js": [
        "settings.js",
        "content_scripts/bookmarkBadge.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best The Old Reader Bookmark Alternatives

Here are some Firefox add-ons that are similar to The Old Reader Bookmark: