mdBook Auto Theme Firefox

Examine source code of mdBook Auto Theme

Inspect and view changes in mdBook Auto Theme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "mdBook Auto Theme",
  "description": "🎨 A browser extension for automatically applying themes on websites generated by mdBook.",
  "version": "1.0.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "page.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "*://*/*"
  ],
  "icons": {
    "16": "icon/icon16.png",
    "32": "icon/icon32.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "browser_action": {
    "default_popup": "settings.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e34868ad-46dc-499c-8235-4f50950986af}"
    }
  }
}

Best mdBook Auto Theme Alternatives

Here are some Firefox add-ons that are similar to mdBook Auto Theme: