Customize Goodreads Design Firefox

Examine source code of Customize Goodreads Design

Inspect and view changes in Customize Goodreads Design source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Customize Goodreads Design",
  "version": "1.0",
  "description": "Changes the layout of Goodreads, including restoring the old book page layout.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "css/gr-old-layout.css",
        "css/gr-reviews-first-layout.css"
      ],
      "matches": [
        "https://www.goodreads.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.goodreads.com/book/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "novdev45@gmail.com"
    }
  }
}

Best Customize Goodreads Design Alternatives

Here are some Firefox add-ons that are similar to Customize Goodreads Design: