O'Reilly Book Progress Tracker Firefox

Examine source code of O'Reilly Book Progress Tracker

Inspect and view changes in O'Reilly Book Progress Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "O'Reilly Book Progress Tracker",
  "version": "1.0",
  "description": "Track your completed books on O'Reilly Learning Platform",
  "permissions": [
    "storage",
    "*://*.oreilly.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.oreilly.com/*"
      ],
      "js": [
        "storage.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{54f7c498-5461-4955-a86b-3b0a10dc9c19}"
    }
  }
}

Best O'Reilly Book Progress Tracker Alternatives

Here are some Firefox add-ons that are similar to O'Reilly Book Progress Tracker: