Goodreads Shelf Position Editor Firefox

Examine source code of Goodreads Shelf Position Editor

Inspect and view changes in Goodreads Shelf Position Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Goodreads Shelf Position Editor",
  "version": "1.0.3",
  "version_name": "1.0.3",
  "description": "View and edit your To Read shelf position directly on Goodreads book pages.",
  "author": "Evan Wondrasek",
  "homepage_url": "https://github.com/evanwon/goodreads-shelf-position-editor",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.goodreads.com/book/show/*"
      ],
      "js": [
        "utils/parse.js",
        "utils/cache.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.goodreads.com/",
    "*://www.goodreads.com/review/list/*",
    "*://www.goodreads.com/shelf/move_batch/*"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gr-shelf-position-editor@evanw.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Goodreads Shelf Position Editor Alternatives

Here are some Firefox add-ons that are similar to Goodreads Shelf Position Editor: