Claude Studio — RTL, Fonts & Themes Firefox

Examine source code of Claude Studio — RTL, Fonts & Themes

By: ILYAGVC
Inspect and view changes in Claude Studio — RTL, Fonts & Themes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "Claude Studio",
  "version": "1.0.7",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "Claude Studio",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "src/popup/popup.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "src/background/sw.js"
    ]
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://claude.ai/*",
    "*://*.claude.ai/*",
    "*://claude.com/*",
    "*://*.claude.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://claude.ai/*",
        "*://*.claude.ai/*",
        "*://claude.com/*",
        "*://*.claude.com/*"
      ],
      "js": [
        "src/lib/defaults.js",
        "src/lib/fonts.js",
        "src/content/content.js"
      ],
      "css": [
        "src/content/inject.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "commands": {
    "toggle-rtl": {
      "description": "__MSG_cmdToggle__"
    },
    "_execute_action": {}
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-studio@ilyagvc",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Claude Studio — RTL, Fonts & Themes Alternatives

Here are some Firefox add-ons that are similar to Claude Studio — RTL, Fonts & Themes: